-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 800 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
{
"version": "1.0.1",
"name": "textlint-rule-gc-product-name",
"description": "This rule checks Google Cloud product names.",
"author": "danishi",
"license": "MIT",
"private": false,
"keywords": [
"textlintrule",
"googlecloud"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/danishi/textlint-rule-gc-product-name.git"
},
"main": "lib/index.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build && cp ./src/terms.json ./lib/terms.json",
"prepublish": "npm run --if-present build"
},
"devDependencies": {
"@textlint/types": "^14.0.4",
"textlint-scripts": "^14.0.4",
"textlint-tester": "^14.0.4"
},
"directories": {
"test": "test"
}
}