We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713df6 commit 62ba4caCopy full SHA for 62ba4ca
package.json
@@ -4,10 +4,13 @@
4
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
5
"main": "src/app.ts",
6
"scripts": {
7
- "start": "nps",
+ "start": "\"./node_modules/.bin/nps\"",
8
"test": "npm start test",
9
"build": "npm start build"
10
},
11
+ "engines": {
12
+ "node": ">=8.0.0"
13
+ },
14
"repository": "git+ssh://git@github.com/w3tec/express-typescript-boilerplate.git",
15
"keywords": [
16
"NodeJS",
0 commit comments