datoit-generate-plugin
Version:
Generate an plugin for a Datoit application.
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "datoit-generate-plugin",
"version": "0.0.3",
"description": "Generate an plugin for a Datoit application.",
"homepage": "https://datoit.com",
"keywords": [
"generate",
"generator",
"datoit"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"fs-extra": "^9.1.0",
"lodash": "4.17.21",
"datoit-utils": "0.0.3"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"author": {
"email": "win@datoit.com",
"name": "Datoit team",
"url": "https://datoit.com"
},
"maintainers": [
{
"email": "win@datoit.com",
"name": "Datoit team",
"url": "https://datoit.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/datoit/datoit.git"
},
"bugs": {
"url": "https://github.com/datoit/datoit/issues"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}