{
  "name": "protontype-sequelize",
  "version": "1.2.0",
  "description": "Sequelize database for Protontype",
  "main": "dist/lib/index.js",
  "typings": "dist/lib/index.d.ts",
  "scripts": {
    "build": "tsc -w",
    "start": "npm run build",
    "test": "tsc && mocha -t 30000 dist/test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/linck/protontype-sequelize"
  },
  "homepage": "https://github.com/linck/protontype-sequelize",
  "author": "Humberto Machado",
  "license": "MIT",
  "devDependencies": {
    "@types/body-parser": "1.16.4",
    "@types/chai": "^4.0.1",
    "@types/cors": "2.8.1",
    "@types/helmet": "0.0.35",
    "@types/mocha": "^2.2.32",
    "@types/sequelize": "^4.27.12",
    "@types/supertest": "^2.0.2",
    "@types/winston": "0.0.29",
    "chai": "^4.1.2",
    "concurrently": "^3.5.0",
    "express": "^4.16.2",
    "jsontyped": "^1.2.0",
    "mocha": "^3.1.2",
    "mocha-typescript": "^1.1.12",
    "nyc": "^10.1.2",
    "sqlite3": "^3.1.13",
    "supertest": "^3.0.0",
    "touch-cli": "0.0.1",
    "typescript": "^2.7.2"
  },
  "dependencies": {
    "protontype": "^2.3.3",
    "sequelize": "^4.28.6",
    "typescript-collections": "^1.2.5"
  }
}
