UNPKG

aelf-command

Version:
119 lines (118 loc) 3.19 kB
{ "name": "aelf-command", "version": "0.1.53-beta.3", "description": "A CLI tools for AElf", "main": "src/index.js", "type": "module", "types": "types/index.d.ts", "scripts": { "commit": "git-cz", "lint": "eslint src", "release": "standard-version", "test": "jest --config=jest.config.js --detectOpenHandles", "test:watch": "jest --config=jest.config.js --watch --detectOpenHandles", "test:coverage": "jest --config=jest.config.js --coverage --detectOpenHandles", "prepare": "husky", "lint-staged": "lint-staged", "tsc": "tsc" }, "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/AElfProject/aelf-command.git" }, "author": "Atom Yang <atom.yang@aelf.io>", "bin": { "aelf-command": "./bin/aelf-command.js" }, "license": "MIT", "bugs": { "url": "https://github.com/AElfProject/aelf-command/issues" }, "homepage": "https://github.com/AElfProject/aelf-command#readme", "devEngines": { "node": ">=18.18.0" }, "files": [ "bin", "src", "README.md", "yarn.lock" ], "engines": { "node": ">=18.18.0" }, "engineStrict": true, "dependencies": { "@babel/core": "^7.24.6", "@babel/plugin-syntax-import-attributes": "^7.24.6", "@babel/preset-env": "^7.24.6", "aelf-sdk": "3.4.12", "async-validator": "^4.2.5", "babel-plugin-transform-import-meta": "^2.2.1", "boxen": "^7.1.1", "camelcase": "^8.0.0", "chalk": "^5.3.0", "check-node-version": "^4.2.1", "columnify": "^1.6.0", "commander": "^12.1.0", "csv-parser": "^3.0.0", "elliptic": "^6.5.5", "inquirer": "^9.2.22", "inquirer-date-prompt": "^3.0.0", "inquirer-search-list": "^1.2.6", "mkdirp": "^3.0.1", "moment": "^2.30.1", "node-cjs-interop": "^0.1.6", "ora": "^8.0.1", "prompts": "^2.4.2", "socket.io": "^4.7.5", "update-notifier": "^7.0.0", "uuid": "^9.0.1" }, "devDependencies": { "@babel/eslint-parser": "^7.24.7", "@babel/eslint-plugin": "^7.24.7", "@babel/plugin-syntax-import-assertions": "^7.24.7", "@babel/preset-env": "^7.24.7", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/compat": "^1.0.3", "@eslint/eslintrc": "^3.1.0", "@types/inquirer": "^9.0.7", "commitizen": "^4.3.0", "commitlint": "^19.3.0", "cross-env": "^7.0.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.3.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.5.0", "eslint-plugin-prettier": "^5.1.3", "git-cz": "^4.9.0", "husky": "^9.0.11", "jest": "^29.7.0", "jest-junit": "^16.0.0", "lint-staged": "^15.2.5", "prettier": "^3.3.2", "socket.io-client": "^4.7.5", "standard-version": "^9.5.0", "typescript": "^5.5.2" }, "keywords": [ "AElf", "aelf", "CLI", "aelf-sdk", "blockchain" ], "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }