fitness-web/test/package.json
Schneider Roland 946799a598 door manager
2022-05-04 19:41:18 +02:00

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"
}
}