-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 910 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
34
35
{
"name": "package-skeleton",
"version": "2.16.0",
"description": "[简体中文](README-zh_CN.md) | [ENGLISH](README.md)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guanguans/package-skeleton.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guanguans/package-skeleton/issues"
},
"homepage": "https://github.com/guanguans/package-skeleton#readme",
"dependencies": {
"@lint-md/cli": "^2.0.0",
"qwik": "^1.0.57",
"zhlint": "^0.7.1"
},
"devDependencies": {
"textlint": "^13.3.3",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
}
}