-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "server-maker",
"version": "0.0.4",
"description": " an easy way to instalation a node.js API, choosing between express - koa as API itselg and mongoose - squalize to interact with the Data Base ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "/src/index.js"
},
"keywords": [
"node.js",
"express",
"koa",
"mysql",
"mongodb",
"mongoose",
"sequialize"
],
"author": "Jose Lamas",
"license": "MTI",
"bin": {
"apiservices": "bin/create-project",
"create-api": "bin/create-project"
},
"publishConfing": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseLLamasT/API-express.git"
},
"homepage": "https://github.com/JoseLLamasT/API-express/blob/main/README.md",
"dependencies": {
"@octokit/rest": "^18.3.5",
"arg": "^5.0.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"esm": "^3.2.25",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"simple-git": "^2.36.1",
"tedious": "^11.0.5",
"touch": "^3.1.0",
"util": "^0.12.3"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/JoseLLamasT/API-express/issues"
}
}