{
  "name": "@atomist/sdm-pack-analysis",
  "version": "1.1.2",
  "description": "Extension pack for an Atomist SDM to analyze projects and extract technology stacks",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/atomist/sdm-pack-analysis#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/sdm-pack-analysis.git"
  },
  "bugs": {
    "url": "https://github.com/atomist/sdm-pack-analysis/issues"
  },
  "keywords": [
    "atomist",
    "automation",
    "pack",
    "sdm",
    "seed"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "@atomist/microgrammar": "^1.2.0",
    "@types/git-url-parse": "^9.0.0",
    "@types/package-json": "^5.0.1",
    "@types/yamljs": "^0.2.30",
    "fs-extra": "^8.1.0",
    "git-url-parse": "^11.1.2",
    "lodash": "^4.17.13",
    "ts-essentials": "^2.0.12",
    "yamljs": "^0.3.0"
  },
  "peerDependencies": {
    "@atomist/automation-client": ">=1.6.1",
    "@atomist/sdm-pack-docker": ">=2.0.1",
    "@atomist/sdm-pack-fingerprints": ">=3.2.2",
    "@atomist/sdm": ">=1.6.0",
    "@atomist/sdm-core": ">=1.6.0",
    "@atomist/slack-messages": ">=1.1.1"
  },
  "devDependencies": {
    "@atomist/automation-client": "^1.6.1",
    "@atomist/sdm": "^1.6.0",
    "@atomist/sdm-core": "^1.6.0",
    "@atomist/sdm-pack-docker": "^2.0.1",
    "@atomist/sdm-pack-fingerprints": "^3.2.2",
    "@atomist/slack-messages": "^1.1.1",
    "@types/mocha": "^5.2.7",
    "@types/power-assert": "^1.5.0",
    "espower-typescript": "^9.0.2",
    "mocha": "^6.1.4",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "rimraf": "^2.6.3",
    "supervisor": "^0.12.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.5.3"
  },
  "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}/**/*.{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 gql:gen compile:ts",
    "compile:ts": "tsc --project .",
    "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
    "gql:gen": "atm-gql-gen",
    "lint": "tslint --config tslint.json --format verbose --project .",
    "lint:fix": "npm run lint -- --fix",
    "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
    "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
    "typedoc": "npm run doc"
  },
  "engines": {
    "node": ">=8.1.0",
    "npm": ">=5.0.0"
  }
}
