forked from ShuzoN/zut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 756 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
{
"name": "zut",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --config ./jest.config.js",
"zut": "node ./run-zut.js",
"zut/ts": "ts-node ./run-zut.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShuzoN/zut.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShuzoN/zut/issues"
},
"homepage": "https://github.com/ShuzoN/zut#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-flow": "^7.13.13",
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}