{
  "name": "@ghost-fvtt/foundry-factory",
  "version": "1.4.3",
  "description": "An interactive command line tool to bootstrap modules and systems for Foundry Virtual Tabletop",
  "main": "./dist/index.mjs",
  "bin": {
    "foundry-factory": "dist/index.mjs"
  },
  "type": "module",
  "dependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "chalk": "^5.0.0",
    "commander": "^9.0.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^9.0.0",
    "nunjucks": "^3.2.3",
    "ora": "^6.0.1",
    "standard-version": "^9.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "9.0.2",
    "@types/fs-extra": "9.0.13",
    "@types/inquirer": "9.0.2",
    "@types/nunjucks": "3.2.1",
    "@typescript-eslint/eslint-plugin": "5.41.0",
    "@typescript-eslint/parser": "5.41.0",
    "eslint": "8.26.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "8.0.1",
    "jest": "29.2.2",
    "jest-junit": "14.0.1",
    "lint-staged": "13.0.3",
    "prettier": "2.7.1",
    "rollup": "3.2.3",
    "rollup-plugin-preserve-shebang": "1.0.1",
    "ts-jest": "29.0.3",
    "tslib": "2.4.0",
    "typescript": "4.8.4"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "lint": "eslint --ext .ts,.js,.cjs,.mjs .",
    "lint:fix": "eslint --ext .ts,.js,.cjs,.mjs --fix .",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci --reporters=default --reporters=jest-junit",
    "format": "prettier --write './**/*.(ts|js|cjs|mjs|json)'",
    "prepare": "husky install"
  },
  "contributors": [
    {
      "name": "Johannes Loher",
      "email": "johannes.loher@fg4f.de"
    }
  ],
  "license": "MIT",
  "homepage": "https://github.com/ghost91-/foundry-factory",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghost91-/foundry-factory.git"
  },
  "bugs": {
    "url": "https://github.com/ghost91-/foundry-factory/issues"
  },
  "keywords": [
    "foundry",
    "foundry-vtt",
    "cli"
  ],
  "files": [
    "template",
    "dist",
    "LICENSES",
    ".reuse"
  ],
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.(cjs|mjs|js|ts)": "eslint --fix",
    "*.(json)": "prettier --write"
  },
  "engines": {
    "node": "^16.17.1 || ^18.12.0",
    "npm": "^8.15.0"
  },
  "packageManager": "^npm@8.15.0"
}
