webrcli
Version:
cli tools for building node project with webr inside
27 lines • 512 B
JSON
{
"name": "webrcli",
"version": "0.0.7",
"description": "cli tools for building node project with webr inside",
"main": "index.js",
"bin": {
"webrcli": "./bin/index.js"
},
"scripts": {
"test": "jest --coverage"
},
"keywords": [
"cli",
"webr"
],
"author": "colin fay <contact@colinfay.me>",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"tar": "^6.2.0",
"webr": "^0.2.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"jest": "^29.7.0"
}
}