{ "name": "plop", "version": "2.7.6", "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity", "main": "./src/plop", "repository": { "type": "git", "url": "https://github.com/plopjs/plop.git" }, "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 && ava && nyc report", "test:instrument": "nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented", "format": "eslint --fix ./", "prepare": "husky install" }, "devDependencies": { "ava": "^3.15.0", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "execa": "^5.0.0", "husky": "^7.0.2", "inquirer-directory": "^2.2.0", "lint-staged": "^11.2.3", "nyc": "^15.1.0", "plop-pack-fancy-comments": "^0.2.0", "prettier": "^2.4.1", "queue-microtask": "^1.2.3" }, "homepage": "https://plopjs.com", "dependencies": { "@types/liftoff": "^2.5.1", "chalk": "^1.1.3", "interpret": "^1.2.0", "liftoff": "^2.5.0", "minimist": "^1.2.5", "node-plop": "^0.26.3", "ora": "^3.4.0", "v8flags": "^2.0.10" }, "engines": { "node": ">=8.9.4" }, "preferGlobal": "true", "bin": { "plop": "./bin/plop.js" }, "lint-staged": { "*.js": "eslint --cache --fix" } }