{
  "name": "tango-api",
  "version": "1.0.0",
  "description": "API para interactuar de forma sencilla con Tango Gestión.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare" : "npm run build",
    "version" : "npm run format && git add -A src",
    "postversion" : "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbisurgi-designfreed/tango-api.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mbisurgi-designfreed/tango-api/issues"
  },
  "homepage": "https://github.com/mbisurgi-designfreed/tango-api#readme",
  "devDependencies": {
    "@types/knex": "^0.16.1",
    "@types/node": "^14.10.1",
    "prettier": "^2.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "knex": "^0.21.5",
    "mssql": "^6.2.1"
  }
}
