door manager
This commit is contained in:
20
test/package.json
Normal file
20
test/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user