bangumi-data 0.3.132 → 0.3.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bangumi-data",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.134",
|
|
4
4
|
"description": "Raw data for Anime",
|
|
5
5
|
"main": "dist/data.json",
|
|
6
6
|
"types": "data.d.ts",
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"lint": "eslint script/ --quiet",
|
|
14
14
|
"validate": "node script/validate.js",
|
|
15
15
|
"test": "npm run lint && npm run validate",
|
|
16
|
-
"
|
|
17
|
-
"version": "npm run build && git add -A dist",
|
|
18
|
-
"postversion": "git push && git push --tags && npm publish"
|
|
16
|
+
"prepublishOnly": "npm run build"
|
|
19
17
|
},
|
|
20
18
|
"repository": {
|
|
21
19
|
"type": "git",
|
|
@@ -34,9 +32,10 @@
|
|
|
34
32
|
"eslint": "^8.6.0",
|
|
35
33
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
36
34
|
"eslint-plugin-import": "^2.25.4",
|
|
37
|
-
"fs-extra": "^
|
|
35
|
+
"fs-extra": "^11.2.0",
|
|
38
36
|
"joi": "^13.7.0",
|
|
39
37
|
"klaw": "^4.0.1",
|
|
40
|
-
"lodash": "^4.17.21"
|
|
38
|
+
"lodash": "^4.17.21",
|
|
39
|
+
"semantic-release": "^23.0.6"
|
|
41
40
|
}
|
|
42
41
|
}
|