-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
36
37
38
39
40
41
42
43
44
45
{
"name": "gass",
"bin": {
"gass": "./index.js"
},
"version": "1.4.0",
"description": "Tool to get file and line using the css rule. When debugging css is difficult to get the css query and find in scss file. With this tool you will find easy.",
"main": "index.js",
"dependencies": {
"colors": "^1.2.1",
"commander": "^2.15.1",
"glob": "^7.1.2",
"tacnoman-scss-tokenizer": "0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.2.2",
"eslint": "^4.19.1",
"jest": "^26.6.3",
"semantic-release": "^17.2.2"
},
"scripts": {
"test": "jest",
"commit": "npx git-cz",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/tacnoman/gass.git"
},
"keywords": [
"gass",
"grep",
"sass",
"scss",
"search"
],
"author": "Tacnoman <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tacnoman/gass/issues"
},
"homepage": "https://github.com/tacnoman/gass#readme"
}