-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 KB
/
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
47
48
49
50
51
{
"name": "@ps-cli/express",
"version": "2.3.2",
"description": "Express Boilerplate Boilerplate based upto express-generator",
"main": "src/index.js",
"scripts": {
"test": "node src/index new output"
},
"author": {
"name": "Mustafa Shykh",
"email": "mustafa.ahmed@phaedrasolutions.com",
"url": "https://github.com/mustafasheikh1"
},
"license": "MIT",
"dependencies": {
"await-to-js": "^3.0.0",
"chalk": "^4.1.1",
"cli-handle-unhandled": "^1.1.1",
"cli-welcome": "^2.2.2",
"commander": "^7.2.0",
"copy-template-dir": "^1.4.0",
"enquirer": "^2.3.6",
"figlet": "^1.5.0",
"ora": "^5.4.0",
"replace-in-file": "^6.2.0",
"shelljs": "^0.8.4",
"update-notifier": "^5.1.0"
},
"bin": {
"ps-express": "src/index.js",
"pse": "src/index.js"
},
"files": [
"src/*"
],
"repository": "Phaedra-Solutions/ps-express-generator",
"keywords": [
"express",
"framework",
"sinatra",
"web",
"rest",
"restful",
"router",
"app",
"api"
],
"devDependencies": {
"prettier": "^2.3.0"
}
}