-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
49
50
{
"name": "@squirrel-forge/build-scss",
"version": "0.8.4",
"description": "Simple sass/scss wrapper including some useful configuration options.",
"main": "src/classes/ScssBuilder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"build-scss": "bin/cli"
},
"directories": {
"bin": "bin",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squirrel-forge/node-build-scss.git"
},
"keywords": [
"cli",
"simple",
"build",
"sass",
"postcss"
],
"author": "Daniel Hartwell <me@siux.info> (http://siux.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/squirrel-forge/node-build-scss/issues"
},
"homepage": "https://github.com/squirrel-forge/node-build-scss#readme",
"engines": {
"node": ">= 10.0.0"
},
"peerDependencies": {
"@squirrel-forge/sass-base64-loader": "^0.11.2",
"@squirrel-forge/sass-package-importer": "^0.11.2"
},
"dependencies": {
"@squirrel-forge/node-cfx": "^1.2.1",
"@squirrel-forge/node-util": "^1.4.2",
"autoprefixer": "^10.4.2",
"cli-spinner": "^0.2.10",
"directory-tree": "^3.2.1",
"intercept-stdout": "^0.1.2",
"postcss": "^8.4.5",
"sass": "^1.49.7"
}
}