UNPKG

ts-mean

Version:

Boilerplate for a TS-MEAN App

27 lines (26 loc) 731 B
{ "name": "@tsmean/backend", "version": "1.0.0", "description": "The full backend", "main": "index.js", "scripts": { "postinstall": "ts-node install.ts", "test": "ts-node testall.ts", "start": "node main-module/dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bersling/typescript-mongo-express-node-seed.git" }, "author": "bersling@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/bersling/typescript-mongo-express-node-seed/issues" }, "homepage": "https://github.com/bersling/typescript-mongo-express-node-seed#readme", "devDependencies": { "@types/node": "^8.0.15", "ts-node": "^3.2.1", "typescript": "^2.4.2" } }