-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.34 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
44
45
46
47
48
49
50
{
"name": "@qld-gov-au/qgds-tokens",
"version": "3.1.3",
"description": "This repository is configured to sync tokens via Figma.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build:all",
"build:all": "npm run build && npm run build:package",
"build": "node .build/build-tokens.mjs",
"build:package": "tsc --build && copyfiles -u 1 src/android/**/*.xml src/css/**/*.css src/js/**/*.js src/scss/**/*.scss dist",
"clean": "rimraf src dist",
"ci": "npm run build && npm run test",
"test": "jest /test"
},
"dependencies": {},
"devDependencies": {
"@tokens-studio/sd-transforms": "^1.2.0",
"@types/jest": "^29.2.5",
"copy-file": "^11.0.0",
"copyfiles": "^2.4.1",
"style-dictionary": "^4.0.1",
"jest": "^29.2.5",
"prettier": "^3.1.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.2.5",
"typescript": "^5.5.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"keywords": [
"queensland government",
"design system",
"tokens"
],
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/qld-gov-au/qgds-tokens.git"
},
"author": "QGDS-Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/qld-gov-au/qgds-tokens/issues"
}
}