generator-magaya-extension
Version:
Magaya Extensions generator
15 lines • 396 B
JSON
{
"name": <%- JSON.stringify(id) %>,
"version": "0.0.1",
"description": <%- JSON.stringify(description) %>,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": <%- JSON.stringify(company) %>,
"license": "MIT",
"dependencies": {
"commander": "^8.3.0"
},
"devDependencies": {}
}