{
  "name": "@jupiterone/security-policy-builder",
  "version": "4.2.0",
  "description": "Configurable compilation of policies, standards, and procedures documentation.",
  "author": "JupiterOne <hello@jupiterone.io>",
  "keywords": [
    "security",
    "documentation",
    "compiler"
  ],
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "bin": {
    "psp": "bin/psp"
  },
  "scripts": {
    "compile": "yarn ttsc --declaration -p tsconfig.dist.json && cp -R ./bin ./dist/",
    "build": "yarn compile && cp -R LICENSE *.md static yarn.lock package.json ./dist/ && (cd ./dist && yarn install --production)",
    "bundle": "yarn build && echo '' > ./dist/bin/devInit.js",
    "clean": "rm -rf -- *.log *.zip",
    "format-code": "yarn rewrite-imports --dir . && prettier --write '**/*.{js,ts,md,json}'",
    "lint": "eslint --ext .ts,.js .",
    "test": "yarn jest .",
    "local-publish": "export $(grep -v '^#' .env | xargs); ./bin/psp publish -n -c ./config.json -t ./templates -a $J1_ACCOUNT_ID -k $J1_API_TOKEN",
    "publish:patch": "yarn version --patch",
    "publish:minor": "yarn version --minor",
    "publish:major": "yarn version --major"
  },
  "dependencies": {
    "@jupiterone/security-policy-templates": "^2.9.0",
    "@lifeomic/attempt": "^3.0.0",
    "chalk": "^4.1.0",
    "commander": "^7.1.0",
    "file-set": "^4.0.1",
    "fs-extra": "^9.0.1",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.11.0",
    "inquirer": "^8.2.0",
    "joi": "^17.2.1",
    "moment": "^2.27.0",
    "mustache": "^4.0.1",
    "node-fetch": "^2.6.1",
    "p-all": "^3.0.0",
    "p-map": "^4.0.0",
    "pluralize": "^8.0.0",
    "progress": "^2.0.3",
    "showdown": "^1.9.1",
    "strip-ansi": "^6.0.0"
  },
  "devDependencies": {
    "@jupiterone/typescript-tools": "^15.0.0",
    "@types/fs-extra": "^9.0.1",
    "@types/inquirer": "^7.3.1",
    "@types/mustache": "^4.0.1",
    "@types/nock": "^11.1.0",
    "@types/node-fetch": "^2.5.7",
    "@types/pluralize": "^0.0.29",
    "@types/progress": "^2.0.3",
    "@types/showdown": "^1.9.3",
    "nock": "^13.0.4",
    "require-self-ref": "^2.0.1",
    "ts-node": "^9.0.0",
    "type-fest": "^1.1.3"
  }
}
