estructura_automation
Version:
Paquete de estructura de automation
24 lines (23 loc) • 410 B
JSON
{
"name": "estructura_automation",
"version": "3.1.6",
"description": "Paquete de estructura de automation",
"files": [
"template/",
"postinstall.js"
],
"scripts": {
"postinstall": "node postinstall.js"
},
"keywords": [
"automation",
"template",
"plugins",
"archivos"
],
"author": "Diego",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0"
}
}