{
  "name": "atom-package-deps",
  "version": "8.0.0",
  "description": "Automatically install package dependencies",
  "main": "lib/index.js",
  "bin": "./lib/bin.js",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)",
    "clean": "shx rm -rf lib",
    "tsc": "tsc -p ./tsconfig.json --emitDeclarationOnly",
    "dev": "npm run clean && cross-env NODE_ENV=development cross-env rollup -c -w",
    "prepare": "npm run clean && npm run tsc && cross-env NODE_ENV=production cross-env rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steelbrain/package-deps.git"
  },
  "keywords": [
    "atom"
  ],
  "author": "steelbrain",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AtomLinter/package-deps/issues"
  },
  "homepage": "https://github.com/AtomLinter/package-deps#readme",
  "devDependencies": {
    "@steelbrain/spawn": "^0.2.0",
    "@types/atom": "^1.40.10",
    "@types/escape-html": "^1.0.0",
    "@types/semver-compare": "^1.0.1",
    "cross-env": "^7.0.3",
    "escape-html": "^1.0.3",
    "eslint-config-steelbrain": "^10.0.0-beta2",
    "p-filter": "^2.1.0",
    "p-map": "^4.0.0",
    "rollup-plugin-atomic": "^2.4.0",
    "rollup-plugin-preserve-shebang": "^1.0.1",
    "semver-compare": "^1.0.0",
    "shx": "^0.3.3",
    "terser-config-atomic": "^0.1.1",
    "typescript": "^4.3.5"
  }
}
