forked from GovAlta/design-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 795 Bytes
/
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": "@abgov/design-tokens",
"version": "0.0.0-development",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/GovAlta/design-tokens.git"
},
"keywords": [
"GoA",
"Alberta Government",
"DDI",
"style",
"dictionary",
"design-tokens"
],
"devDependencies": {
"jest": "^29.2.1",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5"
},
"dependencies": {
"style-dictionary": "^3.7.1"
},
"scripts": {
"build": "node index.js",
"test": "jest && rimraf ./tmp",
"semantic-release": "semantic-release"
},
"bugs": {
"url": "https://github.com/GovAlta/design-tokens/issues"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
}
}