23 lines
439 B
JSON
23 lines
439 B
JSON
|
{
|
||
|
"name": "test",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@types/jest": "^26.0.20",
|
||
|
"@types/node-fetch": "^2.5.8",
|
||
|
"@types/supertest": "^2.0.10",
|
||
|
"jest": "^26.6.3",
|
||
|
"node-fetch": "^2.6.1",
|
||
|
"supertest": "^6.1.1",
|
||
|
"ts-jest": "^26.4.4",
|
||
|
"typescript": "^4.1.3"
|
||
|
}
|
||
|
}
|