forked from ljlm0402/typescript-express-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "typescript-express-starter",
"version": "8.1.2",
"description": "Quick and Easy TypeScript Express Starter",
"author": "AGUMON <[email protected]>",
"license": "MIT",
"keywords": [
"typescript",
"express",
"routing-controllers",
"routing-controllers-openapi",
"sequelize",
"mongoose",
"typegoose",
"typeorm",
"knex",
"prisma",
"graphql",
"apollo",
"jest",
"nodemon",
"jsonwebtoken",
"bcrypt",
"logs",
"winston",
"swagger",
"pm2",
"eslint",
"prettier",
"docker",
"docker-compose",
"nginx",
"huskyrc",
"mysql",
"mariadb",
"mongodb",
"postgresql",
"swc"
],
"main": "bin/cli.js",
"bin": {
"typescript-express-starter": "bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"dependencies": {
"chalk": "^3.0.0",
"edit-json-file": "^1.5.0",
"gitignore": "^0.6.0",
"inquirer": "^6.5.2",
"ncp": "^2.0.0",
"ora": "^4.0.3"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljlm0402/typescript-express-starter.git"
},
"bugs": {
"url": "https://github.com/ljlm0402/typescript-express-starter/issues"
},
"homepage": "https://github.com/ljlm0402/typescript-express-starter#readme"
}