@tech-bureau/mijin-catapult-tools
Version:
This tool is for easy operation of mijin Catapult(v.2)
60 lines (59 loc) • 1.81 kB
JSON
{
"name": "@tech-bureau/mijin-catapult-tools",
"version": "0.2.1",
"description": "This tool is for easy operation of mijin Catapult(v.2)",
"private": false,
"main": "dist/main.js",
"scripts": {
"test": "jest",
"build:dev": "rm -rf ./dist && NODE_ENV=dev webpack --mode development",
"build:tsc": "rm -rf ./dist && tsc -b",
"build": "rm -rf ./dist && NODE_ENV=prod webpack --mode production",
"format:check": "prettier -c './**/*.{ts,tsx,js,json}'",
"format:exec": "prettier --write -c './**/*.{ts,tsx,js,json}'"
},
"bin": {
"mijin-catapult-tools": "./bin/mijin-catapult-tools.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tech-bureau-jp/mijin-catapult-tools.git"
},
"keywords": [
"mijin",
"catapult",
"symbol"
],
"author": "Techbureau, corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/tech-bureau-jp/mijin-catapult-tools/issues"
},
"homepage": "https://github.com/tech-bureau-jp/mijin-catapult-tools#readme",
"dependencies": {
"@noble/ed25519": "^1.7.1",
"@tech-bureau/symbol-sdk": "2.0.3-20230601",
"commander": "9.5.0",
"config": "^3.3.4",
"fetch-cookie": "^2.1.0",
"js-sha3": "git+https://github.com/Propine/js-sha3.git",
"node-forge": "git+https://github.com/dugrema/forge.git#ed25519",
"utf8": "^3.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/jest": "^29.2.0",
"@types/node": "^14.14.31",
"@types/node-forge": "^1.3.0",
"@types/tough-cookie": "^4.0.2",
"bufferutil": "^4.0.3",
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"ts-loader": "^8.0.17",
"typescript": "^4.3.5",
"utf-8-validate": "^5.0.4",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
}
}