forked from bangumi-data/bangumi-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bangumi-data",
"version": "0.3.96",
"description": "Raw data for Anime",
"main": "dist/data.json",
"types": "data.d.ts",
"files": [
"dist",
"*.d.ts"
],
"scripts": {
"build": "node script/build.js",
"lint": "eslint script/ --quiet",
"validate": "node script/validate.js",
"test": "npm run lint && npm run validate",
"preversion": "npm run test",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/bangumi-data/bangumi-data.git"
},
"bugs": {
"url": "https://github.com/bangumi-data/bangumi-data/issues"
},
"keywords": [
"bangumi",
"anime"
],
"author": "Botao <[email protected]>",
"license": "CC-BY-4.0",
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"fs-extra": "^10.0.0",
"joi": "^13.7.0",
"klaw": "^4.0.1",
"lodash": "^4.17.21"
}
}