webr-stringi-node-cli
Version:
Generate lines of ipsum
28 lines (27 loc) • 524 B
JSON
{
"name": "webr-stringi-node-cli",
"author": "boB Rudis",
"readme": "README.md",
"version": "0.2.0",
"description": "Generate lines of ipsum",
"keywords": [
"webR"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/hrbrmstr/webr-stringi-node.git"
},
"run": {
"webrsum": "index.mjs"
},
"bin": {
"webrsum": "index.mjs"
},
"dependencies": {
"path": "^0.12.7",
"webr": "0.2.2",
"webrtools": "^0.0.3",
"wordwrapjs": "^5.1.0"
}
}