{
  "name": "gracl",
  "version": "0.0.17",
  "description": "graph acl in typescript",
  "main": "./dist/lib/gracl.js",
  "typings": "./dist/lib/gracl.d.ts",
  "scripts": {
    "build": "rm -rf ./dist/ && npm run lint && npm run tsc",
    "pretest": "npm run build && npm run lint",
    "prettier": "prettier --write --single-quote './{test,lib}/**/*.ts'",
    "test": "nyc ava",
    "tsc": "tsc",
    "lint": "tslint -c ./tslint.json ./{test,lib}/**/*.ts",
    "prepublish": "npm test",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "engines": {
    "node": ">=6.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CrossLead/gracl.git"
  },
  "author": "bsouthga@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CrossLead/gracl/issues"
  },
  "homepage": "https://github.com/CrossLead/gracl",
  "devDependencies": {
    "@types/lodash": "^4.14.71",
    "@types/node": "^8.0.17",
    "ava": "0.14.0",
    "codecov": "^2.2.0",
    "gh-pages": "1.0.0",
    "lodash": "^4.17.1",
    "nyc": "^11.0.3",
    "prettier": "^1.5.3",
    "ts-node": "3.3.0",
    "tslint": "5.5.0",
    "typescript": "2.4.2"
  },
  "ava": {
    "files": [
      "dist/test/spec/**/*.js"
    ]
  },
  "nyc": {
    "include": [
      "dist/lib"
    ]
  }
}
