{ "name": "plop", "version": "3.1.2", "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity", "main": "./src/plop.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/plopjs/plop.git", "directory": "packages/plop" }, "keywords": [ "generator", "scaffolding", "yeoman", "make", "build", "generate", "gen", "plop" ], "author": "Andrew Worcester (http://amwmedia.com)", "license": "MIT", "bugs": { "url": "https://github.com/plopjs/plop/issues" }, "scripts": { "test": "npm run test:instrument && npm run vitest && nyc report", "test:instrument": "nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented", "vitest": "vitest run", "prepublishOnly": "node ./scripts/prepublishOnly.js", "postpublish": "node ./scripts/postpublish.js" }, "devDependencies": { "cli-testing-library": "^1.0.2", "inquirer-directory": "^2.2.0", "nyc": "^15.1.0", "plop-pack-fancy-comments": "^0.2.0", "queue-microtask": "^1.2.3", "vitest": "^0.10.0" }, "homepage": "https://plopjs.com", "dependencies": { "@types/liftoff": "^4.0.0", "chalk": "^5.0.1", "interpret": "^2.2.0", "liftoff": "^4.0.0", "minimist": "^1.2.6", "node-plop": "^0.31.1", "ora": "^6.0.1", "v8flags": "^4.0.0" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "preferGlobal": true, "bin": { "plop": "./bin/plop.js" } }