Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "nest-typescript-starter",
|
||||
"version": "1.0.0",
|
||||
"description": "Nest TypeScript starter repository",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"nest.js": "*",
|
||||
"typescript": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.5",
|
||||
"ts-node": "^2.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user