-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 934 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
37
38
39
40
41
{
"name": "create-backend",
"version": "3.9.5",
"description": "A CLI built in Node.js, to automate the process of creating a rest api / sockets backend basics",
"main": "src/index.js",
"bin": {
"create-backend": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChoqueCastroLD/create-backend.git"
},
"keywords": [
"create-backend",
"cli",
"generator",
"scaffolding",
"Mongodb",
"sequelize",
"mysql",
"tool",
"npx",
"create backend",
"automatic",
"generate"
],
"author": "ChoqueCastroLD",
"license": "GNU V3",
"bugs": {
"url": "https://github.com/ChoqueCastroLD/create-backend/issues"
},
"homepage": "https://github.com/ChoqueCastroLD/create-backend#readme",
"dependencies": {
"ejs": "^2.7.4",
"inquirer": "^7.0.0",
"minimist": "^1.2.0"
}
}