@m-ld/m-ld-cli
Version:
m-ld Node.js terminal app for local persistence & data loading
57 lines (56 loc) • 1.37 kB
JSON
{
"name": "@m-ld/m-ld-cli",
"version": "0.2.0",
"description": "m-ld Node.js terminal app for local persistence & data loading",
"main": "index.js",
"scripts": {
"ver": "echo $npm_package_version",
"build": "npm run test",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-ld/m-ld-cli.git"
},
"keywords": [
"m-ld",
"cli"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-ld/m-ld-cli/issues"
},
"homepage": "https://github.com/m-ld/m-ld-cli#readme",
"bin": {
"m-ld": "./index.js"
},
"dependencies": {
"@m-ld/m-ld": "^0.9.0",
"dotenv": "^16.0.0",
"faker": "5.5.3",
"get-stream": "^6.0.1",
"json-stringify-pretty-compact": "^3.0.0",
"JSONStream": "^1.3.5",
"merge-stream": "^2.0.0",
"shell-quote": "^1.7.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@m-ld/io-js-build": "^0.1.2",
"@m-ld/io-web-runtime": "^0.2.2-2",
"@types/jest": "^28.1.6",
"@types/merge-stream": "^1.1.2",
"@types/shell-quote": "^1.7.1",
"@types/yargs": "^17.0.5",
"ably": "^1.2.14",
"classic-level": "^1.2.0",
"jest": "^28.0.3",
"memory-level": "^1.0.0",
"simple-peer": "^9.11.0",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"tmp": "^0.2.1",
"wrtc": "^0.4.7"
}
}