-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 979 Bytes
/
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
{
"name": "weaver",
"version": "0.2.0",
"main": "build/index.js",
"repository": "[email protected]:obvious/weaver.git",
"author": "Sasikanth Miriyampalli <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^14.11.2",
"@vercel/ncc": "^0.36.1",
"copyfiles": "^2.4.1",
"gts": "^3.1.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@tokens-studio/sd-transforms": "^0.5.1",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"style-dictionary": "^3.7.2"
},
"resolutions": {
"@typescript-eslint/typescript-estree": "5.56.0"
},
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"package": "npm run compile && ncc build --source-map --license licenses.txt && rm -r dist/templates && copyfiles -a templates/**/*.hbs dist/"
}
}