-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 844 Bytes
/
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
{
"name": "chess-demonstration-miniprogram",
"version": "0.1.4",
"description": "",
"keywords": [],
"license": "",
"author": "",
"scripts": {
"lint": "eslint miniprogram --ext .ts --fix",
"prepare": "husky install"
},
"lint-staged": {
"package.json": "sort-package-json",
"miniprogram/**/*.ts": "npm run lint"
},
"devDependencies": {
"@endemolshinegroup/git-author-check": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"miniprogram-api-typings": "^3.5.0",
"sort-package-json": "^1.57.0"
},
"gitauthorcheck": {
"allowedDomains": [
"gmail.com"
]
}
}