UNPKG

occaecatidicta

Version:
28 lines (25 loc) 583 B
{ "name":"$", "version":"0.0.1", "private":false, "bin": { "$": "./dist/bin/app.js" }, "main": "./dist/app", "scripts": { "start": "npm run build && cd dist && node app", "build": "node_modules/.bin/tsc" }, "dependencies":{ "@types/node": "8.10.54", "@types/bluebird": "^3.5.19", "omelox":"#", "bluebird": "^3.5.1", "source-map-support": "^0.5.0", "reflect-metadata": "^0.1.10" }, "devDependencies": { "tslint": "5.20.1", "typescript": "3.7.3" } }