-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
46
47
{
"name": "@bigcommerce/stencil-styles",
"version": "6.1.1",
"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": ">=20.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": {
"async": "^3.2.6",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0-rc.12",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"postcss": "^8.4.45",
"recursive-readdir": "^2.2.3",
"sass": "^1.58.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^23.0.0",
"eslint": "^7.20.0",
"sinon": "^19.0.2"
}
}