-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 995 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
42
43
44
45
46
{
"name": "bangajs",
"version": "2.0.0",
"description": "Bàngá is a CLI generator for building ExpressJS applications for speed and efficiency.",
"main": "bin/index.js",
"bin": {
"banga": "bin/index.js"
},
"scripts": {
"test": "npm run test",
"create-app": "banga new test-app --no-git --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saucecodee/banga.git"
},
"keywords": [
"api",
"generator",
"node.js",
"rest",
"express",
"mongodb",
"cli"
],
"author": {
"name": "Onyegbu Ifedili",
"email": "[email protected]",
"url": "https://ifedili.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/saucecodee/banga/issues"
},
"homepage": "https://bangajs.com/",
"dependencies": {
"chalk": "^4.1.0",
"ejs": "^3.1.5",
"fs-extra": "^9.0.1",
"opn": "^6.0.0",
"yargs-parser": "^20.2.0"
},
"devDependencies": {
"jest": "^27.4.7"
}
}