-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.86 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.86 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "design-tokens",
"version": "3.15.2",
"description": "Design tokens",
"author": "",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"keywords": [
"design-system",
"design-tokens",
"style-dictionary",
"figma",
"koobiq"
],
"scripts": {
"stage:commit": "koobiq-cli stage-commit -c \"Design Tokens\"",
"-----Release-----": "----------------------------------------------------------------------------------------",
"release:publish:ci-github": "koobiq-cli publish-ci-github",
"release:publish:ci-gitlab": "koobiq-cli publish-ci-gitlab",
"-----Build-----": "------------------------------------------------------------------------------------------",
"build": "rimraf dist && node tools/build.js",
"-----CI-----": "---------------------------------------------------------------------------------------------",
"prettier": "prettier --check . --ignore-unknown",
"prettier:fix": "yarn run prettier --write",
"eslint": "eslint . --ext='.js'",
"eslint:fix": "yarn run eslint --fix"
},
"publishConfig": {
"access": "public"
},
"release": {
"packages": [
"design-tokens",
"tokens-builder"
]
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@koobiq/cli": "17.9.0",
"@types/eslint": "^8.56.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.5",
"fs-extra": "^11.3.3",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"prettier": "^3.8.1",
"rimraf": "^5.0.5",
"style-dictionary": "^3.9.2"
}
}