-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.27 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.27 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
{
"name": "@digitalservice4germany/style-dictionary",
"version": "2.0.0",
"description": "Keep styles consistent and synchronized across multiple platforms.",
"scripts": {
"clean": "rimraf dist",
"build": "ts-node build.ts && npm run ts-types",
"ts-types": "tsc --emitDeclarationOnly --esModuleInterop --module nodenext --moduleResolution nodenext --target es2015 -d --allowJs ./dist/tailwind/index.js",
"lint": "eslint . --ext .ts",
"postversion": "cp package.json LICENSE README.md ./dist/",
"test": "jest test/*"
},
"keywords": [],
"author": "Joschka de Cuveland <joschka.decuveland@digitalservice.bund.de>",
"homepage": "https://digitalservicebund.github.io/style-dictionary/",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node": "^24.7.1",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"jest": "^30.2.0",
"lefthook": "^1.13.6",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"rimraf": "^6.1.2",
"style-dictionary": "^3.9.2",
"tiny-invariant": "^1.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"yaml": "^2.8.1"
}
}