UNPKG

generator-magaya-extension

Version:

Magaya Extensions generator

16 lines 452 B
{ "name": <%- JSON.stringify(id) %>, "version": "0.0.1", "description": <%- JSON.stringify(description) %>, "main": "index.js", "scripts": { "postinstall": "npm link @magaya/hyperion-node", "test": "echo \"Error: no test specified\" && exit 1" }, "author": <%- JSON.stringify(company) %>, "license": "MIT", "dependencies": { "commander": "^8.3.0" }, "devDependencies": {} }