{
  "name": "documentalist",
  "version": "1.6.0",
  "description": "A sort-of-static site generator optimized for living documentation of software projects",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "documentalist": "./cli.js"
  },
  "scripts": {
    "build": "run-s clean compile docs",
    "clean": "rm -rf dist",
    "compile": "tsc --project .",
    "docs": "npm-run-all -p docs:json docs:ts docs:version -s docs:pug",
    "docs:json": "./cli.js './src/**/*' > docs.json",
    "docs:ts": "tsc --target es5 docs/assets/index.ts --lib dom,es5,es2015.iterable",
    "docs:version": "echo v$npm_package_version > theme/version.txt",
    "docs:pug": "pug -O docs.json ./theme/index.pug --pretty -o ./docs",
    "lint": "tslint --project .",
    "lint.fix": "yarn lint --fix",
    "test": "jest --config jest.config.json",
    "watch": "yarn compile --watch"
  },
  "dependencies": {
    "@types/kss": "^3.0.0",
    "glob": "^7.1.1",
    "js-yaml": "^3.10.0",
    "kss": "^3.0.0-beta.18",
    "marked": "^0.3.7",
    "typedoc": "^0.14.2",
    "yargs": "^10.0.3"
  },
  "devDependencies": {
    "@blueprintjs/tslint-config": "^1.1.0",
    "@types/glob": "^5.0.30",
    "@types/jest": "^21.1.8",
    "@types/js-yaml": "^3.10.1",
    "@types/marked": "^0.3.0",
    "@types/node": "^8.5.1",
    "@types/yargs": "^10.0.0",
    "circle-github-bot": "^2.0.0",
    "jest": "^22.0.3",
    "jest-junit": "^3.7.0",
    "npm-run-all": "^4.1.2",
    "pug-cli": "^1.0.0-alpha6",
    "ts-jest": "^22.0.0",
    "ts-node": "^4.0.2",
    "tslint": "^5.9.1",
    "typescript": "~3.2.2"
  },
  "engines": {
    "node": ">=6.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:palantir/documentalist.git"
  },
  "author": "Palantir Technologies",
  "license": "BSD-3-Clause"
}
