forked from sparanoid/chinese-copywriting-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "chinese-copywriting-guidelines",
"version": "1.0.1",
"description": "Chinese Copywriting Guidelines",
"author": "Tunghsiao Liu",
"homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines",
"main": "README.md",
"scripts": {
"test": "remark .",
"release": "npx release-it"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
]
]
},
"repository": {
"type": "git",
"url": "https://github.com/sparanoid/chinese-copywriting-guidelines.git"
},
"bugs": {
"url": "https://github.com/sparanoid/chinese-copywriting-guidelines/issues"
},
"license": "MIT",
"keywords": [
"chinese",
"copywriting",
"guideline"
],
"readmeFilename": "README.md",
"devDependencies": {
"remark-cli": "^11.0.0",
"remark-lint-list-item-indent": "^3.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2"
},
"release-it": {
"git": {
"commitArgs": "-S",
"commitMessage": "chore: release v${version}",
"tagArgs": "-s",
"tagAnnotation": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}
}