-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "mobile-design-system",
"version": "1.0.0",
"description": "",
"main": "dist/tokens.js",
"files": [
"build.js"
],
"scripts": {
"build-transform-global": "npx token-transformer figmaTokens.json tokens/global.json global",
"build-transform-light": "npx token-transformer figmaTokens.json tokens/light.json global,light,theme global",
"build-transform-dark": "npx token-transformer figmaTokens.json tokens/dark.json global,dark,theme global",
"build-transform": "npm run build-transform-global && npm run build-transform-light && npm run build-transform-dark",
"build-sd": "node build.js",
"build": "npm run build-transform && npm run build-sd"
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/Teamwork/mobile-design-system.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://https://github.com/Teamwork/mobile-design-system/issues"
},
"homepage": "https://https://github.com/Teamwork/mobile-design-system#readme",
"devDependencies": {
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
"sharp": "^0.30.5",
"style-dictionary": "3.7.1",
"svg2vectordrawable": "^2.9.1",
"tinycolor2": "^1.4.2"
},
"dependencies": {
"debug": "^4.3.4"
}
}