{
  "name": "@kurohyou/k-scaffold",
  "version": "2.7.2",
  "description": "This framework simplifies the task of writing code for Roll20 character sheets. It aims to provide an easier interface between the html and sheetworkers with some minor css templates.",
  "main": "index.js",
  "bin": {
    "k-build": "cli.mjs"
  },
  "keywords": [
    "Roll20",
    "Character Sheets",
    "Node",
    "ECMAScript"
  ],
  "scripts": {
    "full-install": "npm i && cd test_sheet && npm i && cd ../docs && npm i",
    "docs": "node docGen",
    "docs:dev": "cd docs && npm run docs:dev",
    "docs:build": "cd docs && npm run docs:build",
    "docs:preview": "cd docs && npm run docs:preview",
    "build": "cd test_sheet && npm run build",
    "watch": "cd test_sheet && npm start",
    "test": "vitest run",
    "test-watch": "vitest --ui",
    "deploy": "node scripts/gh-pages-deploy.js"
  },
  "files": [
    "index.js",
    "_k.pug",
    "_index.scss",
    "lib/*"
  ],
  "dependencies": {
    "colors": "^1.4.0",
    "i18nreplacer": "^1.0.1",
    "jsdom": "^22.1.0",
    "node-watch": "^0.7.4",
    "pug": "^3.0.2",
    "sass": "^1.69.5",
    "sass-embedded": "^1.69.5",
    "underscore": "^1.13.6"
  },
  "author": "Scott Casey",
  "devDependencies": {
    "@vitest/ui": "^0.34.6",
    "execa": "^8.0.1",
    "jsdoc": "^4.0.2",
    "pug-doc": "^2.23.1",
    "sassdoc": "^2.7.4",
    "vitest": "^0.34.6"
  }
}