forked from bigcommerce/stencil-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "@bigcommerce/stencil-styles",
"version": "5.3.3",
"description": "Compiles SCSS for the Stencil Framework",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && npm run run-tests",
"lint": "eslint .",
"run-tests": "lab -t 85 -e 'development' -l",
"test-cov-html": "lab -r html -o coverage.html"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bigcommerce/stencil-styles.git"
},
"author": "Bigcommerce",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/bigcommerce/stencil-styles/issues"
},
"homepage": "https://github.com/bigcommerce/stencil-styles#readme",
"files": [
"LICENSE",
"README.md",
"lib/"
],
"dependencies": {
"autoprefixer": "^10.4.13",
"cheerio": "^1.0.0-rc.12",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"postcss": "^8.4.20",
"recursive-readdir": "^2.2.3",
"sass": "^1.58.0"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^23.0.0",
"eslint": "^7.20.0",
"sinon": "^1.14.1"
}
}