{
  "name": "@edropin/entity-slug",
  "version": "1.1.1",
  "description": "Helper library for eDropin to work with google cloud datastore to reserve and validate entity slugs. Useful for linking usernames to profile ids, event urls to event ids, etc.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aroraenterprise/ed_entity_slug.git"
  },
  "author": "Saj Arora <dev@edropin.com> (http://edropin.com)",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/aroraenterprise/ed_entity_slug/issues"
  },
  "homepage": "https://github.com/aroraenterprise/ed_entity_slug#readme",
  "dependencies": {
    "@google-cloud/datastore": "^3.1.2",
    "@types/joi": "^14.3.2",
    "gstore-node": "^6.0.1",
    "joi": "^14.3.1",
    "short-hash": "^1.0.0",
    "yarn": "^1.15.2"
  },
  "devDependencies": {
    "@types/dotenv": "^6.1.1",
    "@types/jest": "^24.0.11",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-import": "^2.13.0",
    "jest": "^24.7.1",
    "prettier": "^1.16.4",
    "ts-jest": "^24.0.2",
    "tslint": "^5.15.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.2"
  },
  "files": [
    "lib/**/*"
  ]
}
