-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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
{
"name": "@getpingback/design-tokens",
"version": "0.31.1",
"description": "All design tokens into a JSON file for multiple projects.",
"main": "themes/main.css",
"files": [
"themes"
],
"scripts": {
"test": "jest",
"generate": "yarn run ts-node generate-themes",
"build": "rm -rf dist && tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getpingback/design-tokens.git"
},
"keywords": [
"design-tokens",
"themes"
],
"author": "Pingback team",
"license": "MIT",
"bugs": {
"url": "https://github.com/getpingback/design-tokens/issues"
},
"homepage": "https://github.com/getpingback/design-tokens#readme",
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.1.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {}
}