{
    "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": "tsc  && node copy"
    },
    "dependencies":{
        "@types/node": "^16.3.3",
        "@types/bluebird": "^3.5.19",
        "pinusmod":"#",
        "bluebird": "^3.5.1",
        "source-map-support": "^0.5.0",
        "reflect-metadata": "^0.1.13"
    },
    "devDependencies": {
        "cpy": "^8.1.0",
	"tslint": "6.1.3",
        "typescript": "^4.3.5"
    }
}

