forked from potherca-abandoned/liquid-linter-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 930 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
{
"name": "@unicorns/liquid-linter-cli",
"version": "1.0.3",
"description": "Command-line wrapper for the liquid template language linter.",
"homepage": "https://github.com/UnicornGlobal/liquid-linter-cli",
"license": "MIT",
"keywords": [
"liquid",
"linter",
"cli"
],
"author": "Ben Peachey <potherca@gmail.com>",
"preferGlobal": true,
"bin": {
"liquid-linter": "index.js"
},
"dependencies": {
"chalk": "2.4.2",
"commander": "2.20.0",
"filehound": "1.17.3",
"@unicorns/liquid-linter": "1.0.2",
"snyk": "^1.316.1"
},
"scripts": {
"test": "node tests/test.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/UnicornGlobal/liquid-linter-cli.git"
},
"bugs": {
"url": "https://github.com/UnicornGlobal/liquid-linter-cli/issues"
},
"snyk": true
}