-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
38
{
"name": "xaop",
"version": "2.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"b": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/FishOrBear/xaop.git"
},
"author": "xcad",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"jest": "^27.5.1",
"jest-environment-node-debug": "^2.0.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"ts-node": "^10.9.1"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/__test__/.*\\.(test|spec)\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"dependencies": {}
}