-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
42
43
{
"name": "@open-inwoner/design-tokens",
"version": "0.0.7-alpha.2",
"description": "Design tokens for Open Inwoner",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "style-dictionary build -c style-dictionary.config.json",
"start": "chokidar --initial --command 'npm run build' 'src/**/*.tokens.json' 'src/**/tokens.json'",
"format": "prettier --write 'src/**/*'",
"checkformat": "prettier --check 'src/**/*'"
},
"main": "dist/index.js",
"files": [
"dist/",
"src/",
"assets/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/open-inwoner-design-tokens.git"
},
"keywords": [
"style-dictionary",
"common",
"ground",
"nl",
"design",
"system",
"open-inwoner"
],
"author": "Maykin Media",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/maykinmedia/open-inwoner-design-tokens/issues"
},
"homepage": "https://github.com/maykinmedia/open-inwoner-design-tokens#readme",
"devDependencies": {
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"prettier": "^2.8.0",
"style-dictionary": "^3.7.0"
}
}