-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1018 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
{
"name": "@zerogachis/smartway-design-token",
"version": "0.0.1",
"description": "Smartway design tokens",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"files": [
"dist"
],
"scripts": {
"type:check": "tsc",
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "jest --config jest.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeroGachis/smartway-design-token.git"
},
"author": "Smartway <[email protected]> (https://github.com/ZeroGachis/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZeroGachis/smartway-design-token/issues"
},
"homepage": "https://github.com/ZeroGachis/smartway-design-token#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
}
}