-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "css-checker-kit",
"version": "0.4.2",
"description": "Find and Reduce Similar & Duplicated CSS Scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruilisi/css-checker.git"
},
"keywords": ["css", "code-quality", "cicd", "redundancy-analysis"],
"author": "ruilisi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ruilisi/css-checker/issues"
},
"homepage": "https://github.com/ruilisi/css-checker#readme",
"dependencies": {
"@gzuidhof/go-npm": "^0.1.13"
},
"goBinary": {
"name": "css-checker",
"path": "./bin",
"url": "https://github.com/ruilisi/css-checker/releases/download/v0.4.1/css-checker_0.4.1_{{platform}}_{{arch}}.tar.gz"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4"
}
}