{ "name": "zeppelin", "version": "0.0.1", "description": "", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start-dev": "ts-node src/index.ts", "start-watch": "nodemon", "precommit": "lint-staged", "postcommit": "git update-index --again", "format": "prettier --write \"./**/*.ts\"", "typeorm": "ts-node ./node_modules/typeorm/cli.js", "build": "rimraf dist && tsc", "start-prod": "cross-env NODE_ENV=production node dist/index.js" }, "lint-staged": { "*.ts": [ "prettier --write", "git add" ] }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/lodash.at": "^4.6.3", "@types/moment-timezone": "^0.5.6", "ajv": "^6.7.0", "cross-env": "^5.2.0", "dotenv": "^4.0.0", "emoji-regex": "^7.0.1", "eris": "^0.9.0", "escape-string-regexp": "^1.0.5", "humanize-duration": "^3.15.0", "js-yaml": "^3.12.0", "knub": "^17.1.0", "lodash.at": "^4.6.0", "lodash.chunk": "^4.2.0", "lodash.difference": "^4.5.0", "lodash.intersection": "^4.4.0", "lodash.isequal": "^4.5.0", "moment-timezone": "^0.5.21", "mysql": "^2.16.0", "reflect-metadata": "^0.1.12", "tlds": "^1.203.1", "tmp": "0.0.33", "ts-node": "^3.3.0", "typeorm": "^0.2.8", "typescript": "^3.2.2", "uuid": "^3.3.2" }, "devDependencies": { "@types/node": "^10.12.0", "@types/tmp": "0.0.33", "husky": "^0.14.3", "lint-staged": "^7.2.0", "nodemon": "^1.17.5", "prettier": "^1.16.4", "rimraf": "^2.6.2", "tslint": "^5.8.0", "tslint-config-prettier": "^1.6.0" } }