-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "@hashicorp/design-system-tokens",
"version": "2.2.1",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
"helios",
"design tokens",
"tokens",
"style dictionary"
],
"repository": {
"type": "git",
"url": "https://github.com/hashicorp/design-system.git",
"directory": "packages/tokens"
},
"license": "MPL-2.0",
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
"scripts": {
"typecheck": "yarn tsc --noEmit",
"lint": "yarn eslint --quiet --ext .js,.ts",
"build": "ts-node --transpile-only ./scripts/build"
},
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/lodash": "^4.14.200",
"@types/node": "^22.8.7",
"@types/tinycolor2": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"del": "^5.1.0",
"eslint": "^8.57.0",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"path": "^0.12.7",
"style-dictionary": "^3.9.0",
"tinycolor2": "^1.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}