-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "@digital-go-jp/design-tokens",
"version": "0.3.0-alpha.0",
"homepage": "https://github.com/digital-go-jp/design-tokens#readme",
"style": "dist/tokens.css",
"main": "dist/tokens.js",
"typings": "dist/tokens.d.ts",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/digital-go-jp/design-tokens.git"
},
"bugs": {
"url": "https://github.com/digital-go-jp/design-tokens/issues"
},
"author": "Digital Agency",
"license": "MIT",
"scripts": {
"format": "biome format --write **/*.ts **/*.js **/*.json",
"lint": "biome lint **/*.ts **/*.js",
"type:check": "tsc --noEmit",
"transform-figma-tokens": "token-transformer figma/tokens.json style-dictionary/tokens.json --resolveReferences false",
"build": "tsx style-dictionary/transform.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tokens-studio/sd-transforms": "^1.2.7",
"@tsconfig/node20": "^20.1.4",
"style-dictionary": "^4.1.4",
"token-transformer": "^0.0.33",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
},
"engineStrict": true
}