-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "@adobe/spectrum-tokens",
"version": "12.27.0",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "index.js",
"tokens": "dist/json/variables.json",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-tokens.git"
},
"author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com/)",
"contributors": [
"Aaron Brownlee <brownlee@adobe.com> (https://misterbrownlee.com)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/spectrum-tokens/issues"
},
"publishConfig": {
"provenance": true
},
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/tokens#readme",
"devDependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"deep-object-diff": "^1.1.9",
"find-duplicated-property-keys": "^1.2.9",
"glob": "^11.0.0",
"style-dictionary": "^3.9.2",
"style-dictionary-sets": "^2.3.0",
"tar": "^7.4.3",
"tmp-promise": "^3.0.3"
}
}