{
  "name": "@atomist/sdm-pack-aspect",
  "version": "1.0.0-score-path.20190928042009",
  "description": "an Atomist SDM Extension Pack for visualizing drift across an organization",
  "author": "Atomist Inc.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/atomist/sdm-pack-aspect#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/sdm-pack-aspect.git"
  },
  "bugs": {
    "url": "https://github.com/atomist/sdm-pack-aspect/issues"
  },
  "keywords": [
    "atomist",
    "automation",
    "sdm",
    "aspect"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "peerDependencies": {
    "@atomist/automation-client": "^1.7.0",
    "@atomist/microgrammar": "^1.2.1",
    "@atomist/sdm": "^1.7.0",
    "@atomist/sdm-core": "^1.7.0",
    "@atomist/sdm-pack-build": "^1.0.6",
    "@atomist/sdm-pack-fingerprint": "^5.0.0",
    "@atomist/slack-messages": "^1.1.1"
  },
  "dependencies": {
    "@atomist/sdm-pack-sloc": "1.0.3-master.20190502175705",
    "@octokit/rest": "^16.28.3",
    "@types/js-yaml": "^3.12.1",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.8.4",
    "@types/yamljs": "^0.2.30",
    "app-root-path": "^2.2.1",
    "body-parser": "^1.19.0",
    "camelcase-keys": "^6.0.1",
    "cookie-parser": "^1.4.4",
    "cors": "^2.8.5",
    "d3": "^5.9.7",
    "es6-promise-pool": "^2.5.0",
    "express": "^4.17.1",
    "express-auth-parser": "^0.1.2",
    "express-handlebars": "^3.1.0",
    "fs-extra": "^8.1.0",
    "helmet": "^3.18.0",
    "js-yaml": "^3.13.1",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.15",
    "node-fetch": "^2.6.0",
    "pg": "^7.11.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "recursive-readdir": "^2.2.2",
    "semver": "^6.3.0",
    "serve-static": "^1.14.1",
    "stringify-tree": "^1.0.2",
    "swagger-ui-express": "^4.0.7",
    "ts-essentials": "^3.0.2",
    "yamljs": "^0.3.0",
    "yargs": "^14.0.0",
    "zip-a-folder": "0.0.9"
  },
  "devDependencies": {
    "@atomist/automation-client": "^1.7.1-cache2.20190926081543",
    "@atomist/microgrammar": "^1.2.1",
    "@atomist/sdm": "^1.7.0",
    "@atomist/sdm-core": "^1.7.0",
    "@atomist/sdm-local": "^1.2.1",
    "@atomist/sdm-pack-build": "^1.0.6",
    "@atomist/sdm-pack-docker": "2.0.3-master.20190903064256",
    "@atomist/sdm-pack-fingerprint": "^5.0.1-master.20190926021653",
    "@atomist/sdm-pack-spring": "^2.0.1",
    "@atomist/slack-messages": "^1.1.1",
    "@types/d3": "^5.7.2",
    "@types/mocha": "^5.2.7",
    "@types/pg": "^7.11.1",
    "@types/power-assert": "^1.5.0",
    "espower-typescript": "^9.0.2",
    "mocha": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "rimraf": "^3.0.0",
    "supervisor": "^0.12.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "typedoc": "^0.15.0",
    "typescript": "^3.6.3",
    "webpack": "^4.37.0",
    "webpack-cli": "^3.3.6"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
    "build": "run-s compile test lint doc",
    "clean": "run-p clean:compile clean:test clean:doc clean:run",
    "clean:compile": "rimraf git-info.json \"index.{d.ts,js}{,.map}\" \"{lib,test,views,public}/**/*.{d.ts,js}{,.map}\" lib/typings/types.ts",
    "clean:dist": "run-s clean clean:npm",
    "clean:doc": "rimraf doc",
    "clean:npm": "rimraf node_modules",
    "clean:run": "rimraf *-v8.log profile.txt log",
    "clean:test": "rimraf .nyc_output coverage",
    "compile": "run-s git:info gql:gen compile:ts compile:pack",
    "compile:ts": "tsc --project .",
    "compile:pack": "webpack",
    "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
    "git:info": "atm-git-info",
    "gql:gen": "atm-gql-gen",
    "lint": "tslint --config tslint.json --format verbose --project .",
    "lint:fix": "npm run lint -- --fix",
    "start": "atm-start",
    "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
    "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
    "typedoc": "npm run doc",
    "db:create": "psql --command \"CREATE USER org_viz WITH SUPERUSER PASSWORD 'atomist'\" && createdb -O org_viz org_viz && psql -f ./ddl/create.ddl org_viz",
    "db:delete": "psql --command \"DROP DATABASE org_viz\" --command \"DROP ROLE org_viz\""
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=5.0.0"
  }
}
