moddable-helper
Version:
Adds a simple command to help automate Moddable SDK commands
40 lines (39 loc) • 920 B
JSON
{
"name": "moddable-helper",
"version": "0.0.12",
"description": "Adds a simple command to help automate Moddable SDK commands",
"main": "mddbl.js",
"bin": {
"mddbl": "mddbl.js"
},
"scripts": {
"test": "mocha",
"start": "tsc && node ./mddbl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/johnwargo/moddable-helper"
},
"keywords": [
"moddable",
"npm"
],
"author": "John M. Wargo",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnwargo/moddable-helper/issues"
},
"homepage": "https://github.com/johnwargo/moddable-helper",
"dependencies": {
"chalk": "^4.1.1",
"cli-logger": "^0.5.40",
"commander": "^7.2.0",
"enquirer": "^2.3.6",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@types/node": "^14.14.31",
"mocha": "^8.4.0",
"typescript": "^4.2.4"
}
}