UNPKG

ts-mean

Version:

Boilerplate for a TS-MEAN App

30 lines (29 loc) 682 B
{ "name": "@tsmean/frontend", "version": "1.0.0", "description": "Strapping together the frontend of the tsmean starter kit", "main": "index.js", "scripts": { "test": "npm test", "postinstall": "ts-node install.ts" }, "repository": { "type": "git", "url": "git+https://github.com/tsmean/frontend.git" }, "keywords": [ "Frontend", "tsmean" ], "author": "bersling@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/tsmean/frontend/issues" }, "homepage": "https://github.com/tsmean/frontend#readme", "devDependencies": { "@types/node": "^8.0.15", "ts-node": "^3.2.1", "typescript": "^2.4.2" } }