{
  "name": "quantor",
  "version": "2.1.5",
  "description": "Simple SSR API docs",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "clean": "rm -rf build && mkdir build",
    "build": "yarn clean && node src/build.js",
    "dev": "yarn clean && nodemon --watch index.mustache src/build.js",
    "deploy": "yarn build && surge -p build -d quantor.surge.sh",
    "test": "jest"
  },
  "author": "Jason Rametta <rametta@outlook.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "mustache": "^3.0.0"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  },
  "homepage": "https://github.com/rametta/quantor",
  "repository": {
    "type": "git",
    "url": "git@github.com:rametta/quantor.git"
  },
  "keywords": [
    "mustache",
    "swagger",
    "SSR",
    "API",
    "docs",
    "fast",
    "simple",
    "easy"
  ]
}
