-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 998 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": "@urizen/express-cli",
"version": "2.4.6",
"license": "MIT",
"bin": {
"express": "bin/linux"
},
"description": "A command line tool that scaffolds express application code in both javascript and typescript to speed up development experience. Inspired by nest js cli",
"main": "main.go",
"scripts": {
"build": "tsc -w",
"stash": "git stash ",
"postinstall": "node post.js",
"preinstall": "node init.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urizennnn/express-cli.git"
},
"author": "Victor Akaaha",
"bugs": {
"url": "https://github.com/urizennnn/express-cli/issues"
},
"homepage": "https://github.com/urizennnn/express-cli#readme",
"keywords": [
"cli",
"express"
],
"files": [
"/**"
],
"contributors": [
{
"name": "Victor Akaaha"
},
{
"name": "Ayomikun Adeosun"
},
{
"name": "Treasure Aiyedun"
},
{
"name": "Shifu"
}
]
}