-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "zhuba-ts",
"version": "1.0.0",
"description": " typescript",
"main": "index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:w": "tsc -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhuba-Ahhh/zhuba-ts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhuba-Ahhh/zhuba-ts/issues"
},
"homepage": "https://github.com/zhuba-Ahhh/zhuba-ts#readme",
"dependencies": {
"@type-challenges/utils": "^0.1.1",
"@types/node": "^18.11.18",
"ts-node": "^10.9.1",
"tsd": "^0.13.1"
},
"tsd": {
"directory": "test-dts",
"compilerOptions": {
"strict": true,
"lib": [
"esnext",
"dom"
]
}
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.6",
"babel-jest": "^29.4.0",
"jest": "^29.4.0",
"typescript": "^4.9.4"
}
}