@atomazing-org/mock-plop
Version:
The `@atomazing-org/mock-plop` library is a configuration script designed for Plop, a tool aimed at automating code generation within projects utilizing templates. Specifically, this script focuses on generating and updating files associated with mocks (p
35 lines (34 loc) • 691 B
JSON
{
"name": "@atomazing-org/mock-plop",
"version": "1.0.9",
"type": "commonjs",
"license": "MIT",
"author": "whoisYeshua + MarkSinD",
"repository": {
"type": "git",
"url": "git+https://github.com/atomazing/mock-plop.git"
},
"bin": {
"my-template": "run-template.js"
},
"bugs": {
"url": "https://github.com/atomazing/mock-plop.git"
},
"homepage": "https://github.com/atomazing/mock-plop.git",
"keywords": [
"atomazing-org",
"mock"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"plop": "^4.0.1"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
]
}