forked from ocular-d/vale-bin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 827 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@ocular-d/vale-bin",
"version": "1.0.16",
"valeVersion": "2.14.0",
"description": "Vale wrapper",
"main": "index.js",
"bin": {
"vale": "cli.js"
},
"engines": {
"node": ">=8"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && ava"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ocular-d/vale-bin.git"
},
"keywords": [
"vale",
"writing",
"lint",
"ocular-d",
"ocld"
],
"dependencies": {
"chalk": "^4.1.0",
"download": "^7.1.0"
},
"devDependencies": {
"ava": "^2.4.0",
"request": "^2.88.2",
"xo": "^0.24.0"
},
"author": "ocular-d",
"license": "MIT",
"bugs": {
"url": "https://github.com/ocular-d/vale-bin/issues"
},
"homepage": "https://github.com/ocular-d/vale-bin#readme"
}