-
Notifications
You must be signed in to change notification settings - Fork 420
/
package.json
62 lines (62 loc) · 1.26 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
{
"name": "typescript-express-starter",
"version": "10.2.1",
"description": "Quick and Easy TypeScript Express Starter",
"author": "AGUMON <[email protected]>",
"license": "MIT",
"keywords": [
"typescript",
"express",
"sequelize",
"mongoose",
"typeorm",
"knex",
"prisma",
"graphql",
"typegoose",
"mikro-orm",
"routing-controllers",
"node-postgres",
"logger",
"swagger",
"jest",
"nodemon",
"pm2",
"eslint",
"prettier",
"docker",
"docker-compose",
"nginx",
"swc"
],
"main": "bin/cli.js",
"bin": {
"typescript-express-starter": "bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"dependencies": {
"chalk": "^4.1.2",
"edit-json-file": "^1.5.0",
"gitignore": "^0.6.0",
"inquirer": "^6.5.2",
"ncp": "^2.0.0",
"ora": "^4.0.3"
},
"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"
}