-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
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
43
44
45
46
47
48
49
{
"name": "examples",
"version": "0.0.1",
"description": "Examples",
"type": "module",
"keywords": [
"vivaxy",
"sample",
"samples",
"example",
"examples",
"github",
"demo",
"demos",
"test",
"playground"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vivaxy/examples.git"
},
"author": "vivaxy <xyxuye2007@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vivaxy/examples/issues"
},
"homepage": "https://github.com/vivaxy/examples#readme",
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@vivaxy/github-pages-scripts": "^0.5.1",
"husky": "^9.0.10",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"sitemap": "^7.1.1",
"typescript": "^5.3.3"
},
"gps": {
"readme-prefix": "# [Examples](https://vivaxy.github.io/examples/index.html)",
"link-prefix": "https://vivaxy.github.io/examples/"
},
"packageManager": "npm@10.9.3",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"scripts": {
"prepare": "husky install"
}
}