-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 862 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 862 Bytes
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": "@jser/policy",
"version": "1.0.0",
"description": "JSer.info Policy notes",
"keywords": [
"jser"
],
"homepage": "https://github.com/jser/policy",
"bugs": {
"url": "https://github.com/jser/policy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jser/policy.git"
},
"license": "MIT",
"author": "azu",
"main": "lib/policy.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/"
],
"scripts": {
"build": "fiddly",
"test": "textlint README.md"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "^3.1.1",
"fiddly": "^0.9.1",
"textlint": "^11.7.7",
"textlint-filter-rule-allowlist": "^2.0.1",
"textlint-rule-preset-ja-technical-writing": "^4.0.1"
}
}