-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "application-lists",
"version": "1.0.0",
"description": "personal application lists.",
"scripts": {
"prepare": "husky install",
"lint-check": "prettier --check **/*.{js,yml,yaml,json,md}",
"format": "prettier --write **/*.{js,yml,yaml,json,md}",
"start": "node init.js && docsify serve server"
},
"lint-staged": {
"**/*.{md,json,yml,yaml}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/yi-Xu-0100/Application-Lists.git"
},
"keywords": [
"windows",
"application",
"reinstallation"
],
"author": "yi_Xu",
"license": "MIT",
"bugs": {
"url": "https://github.com/yi-Xu-0100/Application-Lists/issues"
},
"homepage": "https://github.com/yi-Xu-0100/Application-Lists#readme",
"devDependencies": {
"docsify-cli": "^4.4.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"marked": "^4.2.5",
"normalize-url": ">=8.0.0",
"prettier": "2.8.8",
"prismjs": ">=1.29.0",
"ws": ">=8.13.0"
}
}