21 lines
353 B
JSON
21 lines
353 B
JSON
{
|
|
"name": "rest-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jest": "^27.5.1",
|
|
"supertest": "^6.2.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.0",
|
|
"node-fetch": "^3.2.3"
|
|
}
|
|
}
|