|
- {
- "name": "node-plop",
- "version": "0.31.1",
- "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": "^1.3.4",
- "@types/node": "^17.0.27",
- "dtslint": "^4.2.1",
- "plop-pack-fancy-comments": "^0.2.1",
- "typescript": "^4.6.3",
- "vitest": "^0.10.0"
- },
- "dependencies": {
- "@types/inquirer": "^8.2.1",
- "change-case": "^4.1.2",
- "del": "^6.0.0",
- "globby": "^13.1.1",
- "handlebars": "^4.4.3",
- "inquirer": "^8.2.2",
- "isbinaryfile": "^4.0.8",
- "lodash.get": "^4.4.2",
- "lower-case": "^2.0.2",
- "mkdirp": "^1.0.4",
- "resolve": "^1.20.0",
- "title-case": "^3.0.3",
- "upper-case": "^2.0.2"
- }
- }
|