Skip to content

Instantly share code, notes, and snippets.

@Jalalhejazi
Created May 15, 2017 10:49
Show Gist options
  • Save Jalalhejazi/c70ab0e60410360757f4989a8f1bf2d9 to your computer and use it in GitHub Desktop.
Save Jalalhejazi/c70ab0e60410360757f4989a8f1bf2d9 to your computer and use it in GitHub Desktop.
package.json nodejs +Express +TypeScripts
{
"name": "angular2-express-starter",
"version": "1.0.0",
"description": "Starter application of Angular2 with Express",
"main": "server/app.js",
"license": "MIT",
"scripts": {
"start": " tsc -p ./server && concurrently \"tsc -w -p ./server\" \"nodemon dist/server/bin/www.js\" "
},
"author": "",
"repository": {
"url": ""
},
"private": true,
"dependencies": {
"@types/body-parser": "^1.16.3",
"@types/compression": "^0.0.33",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.35",
"@types/jasmine": "2.5.38",
"@types/jsonwebtoken": "^7.2.0",
"@types/node": "~6.0.60",
"@types/uuid": "^2.0.29",
"body-parser": "~1.17.1",
"compression": "^1.6.2",
"cookie-parser": "~1.3.5",
"core-js": "^2.4.1",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"jsonwebtoken": "^7.3.0",
"normalize.css": "^5.0.0",
"path": "^0.12.7",
"rxjs": "^5.1.0",
"ts-helpers": "^1.1.2",
"ts-node": "~3.0.2",
"tslint": "^4.5.1",
"typescript": "^2.2.2",
"uuid": "^3.0.1",
"zone.js": "^0.8.9"
},
"devDependencies": {
"concurrently": "^3.1.0",
"nodemon": "^1.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment