@gmb/bitmark-cli
Version:
Bitmark command line interface
99 lines • 2.71 kB
JSON
{
"name": "@gmb/bitmark-cli",
"version": "4.5.0",
"description": "Bitmark command line interface",
"author": "Get More Brain Ltd",
"license": "ISC",
"homepage": "https://github.com/getMoreBrain/bitmark-cli#readme",
"bin": {
"bitmark": "./bin/run"
},
"main": "dist/index.js",
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/getMoreBrain/bitmark-cli.git"
},
"scripts": {
"start": "node ./bin/dev",
"build": "run clean && run lint && tsc -b",
"clean": "shx rm -rf ./dist && shx rm -f ./tsconfig.tsbuildinfo",
"lint": "eslint --max-warnings 0 -- './**/*.@(tsx|ts|jsx|js|mjs|cjs)'",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md",
"ncu": "yarn dlx npm-check-updates -i",
"update-readme": "yarn build && yarn dlx oclif readme",
"oclif": "yarn dlx oclif"
},
"resolutions": {
"antlr4ts": "0.5.0-alpha.4"
},
"overrides": {
"antlr4ts": "0.5.0-alpha.4"
},
"contributors": [
"Richard Sewell (https://github.com/six5536)"
],
"dependencies": {
"@gmb/bitmark-parser-generator": "4.5.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-plugins": "^5.4.38",
"bitmark-grammar": "1.1.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@types/chai": "^4.3.20",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"chai": "^5.2.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-arca": "^0.16.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prettier": "^5.4.0",
"mocha": "^10.8.2",
"oclif": "^4.17.46",
"prettier": "^3.5.3",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "5.8.3"
},
"oclif": {
"bin": "bitmark",
"dirname": "bitmark",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help"
],
"devPlugins": [
"@oclif/plugin-plugins"
],
"hooks": {
"init": "./dist/hooks/init/version"
}
},
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">=12.0.0",
"npm": ">=6.8.0",
"git": ">=2.11.0",
"yarn": ">=3.5.0"
},
"bugs": "https://github.com/getMoreBrain/bitmark-cli/issues",
"keywords": [
"bitmark"
],
"types": "dist/index.d.ts"
}