{
  "name": "taskcluster-lib-scopes",
  "version": "11.0.0",
  "author": "Jonas Finnemann Jensen <jopsen@gmail.com>",
  "description": "Scope checking utilities for Taskcluster",
  "license": "MPL-2.0",
  "scripts": {
    "lint": "eslint src/*.js test/*.js",
    "pretest": "yarn lint",
    "test": "mocha test/*_test.js"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "./src/index",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/taskcluster/taskcluster-lib-scopes.git"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-taskcluster": "^4.0.0",
    "lodash": "^4.17.4",
    "mocha": "7.0.1"
  },
  "dependencies": {
    "fast-json-stable-stringify": "^2.1.0"
  }
}
