-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 862 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": "test-wallaby",
"version": "1.0.0",
"description": "wallaby testing sample",
"main": "app.ts",
"scripts": {
"compile": "node ./node_modules/typescript/bin/tsc --build --clean tsconfig.json --verbose",
"jest": "jest --config=jest.config.ts",
"jest-coverage": "jest --config=jest.config.ts --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nutriadmin/test-wallaby.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nutriadmin/test-wallaby/issues"
},
"homepage": "https://github.com/Nutriadmin/test-wallaby#readme",
"dependencies": {
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/jest": "27.4.1",
"babel-jest": "27.5.1",
"jest": "27.5.1",
"ts-jest": "27.1.4",
"prettier": "^2.6.2",
"ts-node": "^10.9.1"
}
}