-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 728 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "dockerized-razzle-nestjs-template",
"version": "1.0.0",
"description": "A dockerized Razzle and NestJS project template in TypeScript.",
"author": "Veri Ferdiansyah <veri.ferdi@gmail.com> (https://vferdiansyah.github.io)",
"license": "MIT",
"scripts": {
"deps:install": "./bin/install-deps.sh"
},
"repository": "github:vferdiansyah/dockerized-razzle-nestjs-template",
"bugs": "https://github.com/vferdiansyah/dockerized-razzle-nestjs-template/issues",
"homepage": "https://github.com/vferdiansyah/dockerized-razzle-nestjs-template#readme",
"keywords": [
"node",
"nodejs",
"express",
"expressjs",
"react",
"reactjs",
"razzle",
"nestjs",
"typescript"
]
}