-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
{
"name": "css-sniper",
"version": "0.7.0",
"description": "A node module and sass compiler, which lets you remove styles and selectors, while importing external CSS files.",
"main": "index.js",
"scripts": {
"test": "node index.js -o test/rendered.css test/include.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BurdaMagazinOrg/css-sniper.git"
},
"bin": {
"css-sniper": "index.js"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/BurdaMagazinOrg/css-sniper/issues"
},
"homepage": "https://github.com/BurdaMagazinOrg/css-sniper#readme",
"dependencies": {
"commander": "^2.20.3",
"css-tree": "^1.1.3",
"mkdirp": "^1.0.4",
"node-sass": "^6.0.1"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}