-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 965 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
33
34
35
36
{
"name": "backend-automation",
"version": "1.0.5",
"description": "A package to initialize backend specifically create Routes based On the MongoDB Model with CRUD operation in expressjs",
"main": "bin/index.js",
"bin": {
"backend-automation": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shivamdargan/backend-automation.git"
},
"keywords": [
"backend",
"automation"
],
"author": "Shivam Dargan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shivamdargan/backend-automation/issues"
},
"homepage": "https://github.com/shivamdargan/backend-automation#readme",
"dependencies": {
"arg": "^5.0.1",
"clui": "^0.3.6",
"fs": "0.0.1-security",
"touch": "^3.1.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"@types/node": "^16.10.3"
}
}