forked from sass/sass-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
48
49
50
{
"name": "sass-spec",
"version": "3.5.4",
"description": "Test suite for testing compatibility with the Sass Stylesheet language.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sass/sass-spec.git"
},
"keywords": [
"sass"
],
"files": [
"spec",
"index.js"
],
"author": "Michael Mifsud <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sass/sass-spec/issues"
},
"homepage": "https://github.com/sass/sass-spec#readme",
"dependencies": {
"@types/diff": "^4.0.2",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.7",
"@types/yargs": "^15.0.9",
"diff": "^5.0.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"node-hrx": "^0.1.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"scripts": {
"sass-spec": "ts-node sass-spec.ts",
"test": "jest"
},
"engines": {
"node": ">=v14.14.0"
}
}