generated from GarthDB/node-basic-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 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
{
"name": "style-dictionary-sets",
"version": "0.0.0-development",
"description": "Style Dictionary transforms to add support for sets for things like responsive design.",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --runInBand --watch",
"pre-commit": "lint-staged",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/GarthDB/style-dictionary-sets-transform.git"
},
"author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GarthDB/style-dictionary-sets-transform/issues"
},
"homepage": "https://github.com/GarthDB/style-dictionary-sets-transform#readme",
"dependencies": {
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.0",
"@commitlint/config-conventional": "^16.2.1",
"fs-extra": "^10.0.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"semantic-release": "^19.0.5",
"style-dictionary": "^3.7.1"
}
}