@bdware/bdcontract-cli
Version:
BDContract CLI for Node.js
84 lines (83 loc) • 1.92 kB
JSON
{
"name": "@bdware/bdcontract-cli",
"version": "0.3.0-alpha.13",
"description": "BDContract CLI for Node.js",
"license": "MIT",
"keywords": [
"BDWare",
"BDContract",
"CLI",
"WebSocket",
"TypeScript",
"Node.js",
"node",
"nodejs"
],
"main": "dist/index.js",
"bin": {
"bdcontract-cli": "./bin/run"
},
"files": [
"/bin",
"/dist",
"/oclif.manifest.json"
],
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme",
"version": "oclif readme && git add README.md",
"pub": "npm run lint && npm publish --access public",
"pkg": "pkg ."
},
"prettier": "@daotl/prettier-config",
"oclif": {
"bin": "bdcontract",
"dirname": "bdcontract",
"commands": "./dist/commands",
"default": "request",
"plugins": [
"@oclif/plugin-help"
],
"topicSeparator": " ",
"topics": {
"bdcontract": {
"description": "Request BDContract"
}
}
},
"pkg": {
"scripts": "bin/run",
"assets": "dist/**/*",
"targets": [
"node18-linux-x64",
"node18-linux-arm64",
"node18-windows-x64",
"node18-windows-arm64",
"node18-macos-x64",
"node18-macos-arm64"
],
"outputPath": "pkg"
},
"dependencies": {
"@bdware/bdcontract-sdk": "0.3.0-alpha.13",
"@oclif/core": "^1.20.4",
"@oclif/plugin-help": "^5.1.18",
"rambdax": "^8.1.0"
},
"devDependencies": {
"@daotl/eslint-config": "^0.3.31",
"@daotl/tsconfig": "^0.1.2",
"@types/node": "^18.7.15",
"@types/sm-crypto": "^0.3.0",
"eslint": "^8.23.0",
"pkg": "^5.8.0",
"prettier": "^2.7.1",
"shx": "^0.3.4",
"sucrase": "^3.25.0",
"typescript": "^4.8.2"
}
}