-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "@balena/design-tokens",
"version": "0.10.0",
"main": "build/js/tokens.js",
"module": "build/js/tokens.js",
"types": "build/js/tokens.d.ts",
"files": [
"build",
"README.md"
],
"scripts": {
"prebuild": "rimraf build/",
"build": "ts-node --project tsconfig.ts-node.json scripts/transform.ts",
"postbuild": "prettier ./build/**/* --write --config .prettierrc.js --ignore-path .prettierignore",
"prepack": "npm run build",
"start": "chokidar tokens/ -c \"npm run build --ignore-scripts\"",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-modules/design-tokens.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-modules/design-tokens/issues"
},
"homepage": "https://github.com/balena-io-modules/design-tokens#readme",
"devDependencies": {
"@balena/lint": "^7.2.1",
"chokidar-cli": "^3.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"style-dictionary": "^3.9.0",
"ts-node": "^10.9.1",
"vitest": "^1.2.2"
},
"versionist": {
"publishedAt": "2024-10-24T15:11:23.749Z"
}
}