plop
Version:
Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity
58 lines (57 loc) • 1.57 kB
JSON
{
"name": "plop",
"version": "4.0.5",
"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 <andrew@amwmedia.com> (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": "^3.0.1",
"inquirer-directory": "^2.2.0",
"nyc": "^17.1.0",
"plop-pack-fancy-comments": "^0.2.1",
"queue-microtask": "^1.2.3",
"vitest": "^4.0.17"
},
"homepage": "https://plopjs.com",
"dependencies": {
"@types/liftoff": "^4.0.3",
"interpret": "^3.1.1",
"liftoff": "^5.0.1",
"nanospinner": "^1.2.2",
"node-plop": "^0.32.3",
"picocolors": "^1.1.1",
"v8flags": "^4.0.1"
},
"engines": {
"node": ">=18"
},
"preferGlobal": true,
"bin": "./bin/plop.js"
}