{
    "name": "constance-system",
    "version": "1.0.0",
    "description": "Entity, model, repository for constance",
    "main": "index.js",
    "author": "thinhlnt@vnnginfotech.com",
    "license": "ISC",
    "scripts": {
        "build": "./node_modules/.bin/eslint --ext .ts --ext .js ./src && ./node_modules/.bin/tsc"
    },
    "dependencies": {
        "amqplib": "^0.5.2",
        "babel-eslint": "^8.2.3",
        "escape-regexp": "0.0.1",
        "express": "^4.16.3",
        "pg": "^7.4.3",
        "typeorm": "^0.2.7",
        "path": "^0.12.7",
        "request-promise": "^4.2.2",
        "moment": "^2.22.1"
    },
    "devDependencies": {
        "@types/chai": "^4.1.3",
        "@types/mocha": "^5.2.0",
        "@types/node": "^10.3.0",
        "@types/cron": "^1.3.0",
        "@types/express": "^4.11.1",
        "@types/morgan": "^1.7.35",
        "babel-eslint": "^8.2.3",
        "chai": "^4.1.2",
        "eslint": "^4.19.1",
        "eslint-config-google": "^0.9.1",
        "eslint-config-standard": "^11.0.0",
        "eslint-plugin-import": "^2.12.0",
        "eslint-plugin-node": "^6.0.1",
        "eslint-plugin-promise": "^3.8.0",
        "eslint-plugin-standard": "^3.1.0",
        "eslint-plugin-typescript": "^0.12.0",
        "mocha": "^5.2.0",
        "mockgoose": "^7.3.5",
        "ts-node": "^6.0.5",
        "tsc-watch": "^1.0.22",
        "typescript": "^2.9.1",
        "typescript-eslint-parser": "^15.0.0"
    }
}
