{
  "name": "node-plop",
  "version": "0.32.0",
  "description": "programmatic plopping for fun and profit",
  "main": "src/index.js",
  "type": "module",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "npm run test:js && npm run test:typings",
    "test:typings": "dtslint types --localTs ../../node_modules/typescript/lib --expectOnly",
    "test:js": "vitest run",
    "test-watch": "vitest watch",
    "develop": "npm run test-watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/plopjs/plop.git",
    "directory": "packages/node-plop"
  },
  "keywords": [
    "plop",
    "generator",
    "scaffolding",
    "node",
    "programmatic",
    "automation"
  ],
  "author": "Andrew Worcester <andrew@amwmedia.com> (http://amwmedia.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plopjs/plop/issues"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "devDependencies": {
    "@types/inquirer-autocomplete-prompt": "^3.0.0",
    "@types/node": "^20.5.9",
    "dtslint": "^4.2.1",
    "plop-pack-fancy-comments": "^0.2.1",
    "typescript": "^5.2.2",
    "vitest": "^0.34.3"
  },
  "dependencies": {
    "@types/inquirer": "^9.0.3",
    "change-case": "^4.1.2",
    "del": "^7.1.0",
    "globby": "^13.2.2",
    "handlebars": "^4.7.8",
    "inquirer": "^9.2.10",
    "isbinaryfile": "^5.0.0",
    "lodash.get": "^4.4.2",
    "lower-case": "^2.0.2",
    "mkdirp": "^3.0.1",
    "resolve": "^1.22.4",
    "title-case": "^3.0.3",
    "upper-case": "^2.0.2"
  }
}
