@fairmint/canton-node-sdk
Version:
Canton Node SDK
40 lines (39 loc) • 1.32 kB
JSON
{
"name": "token-standard-cli",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"cli": "npx ts-node src/main.ts",
"cli:compiled": "node dist/main.js",
"test:sbt": "PORT=0 vitest --run",
"test": "PORT=0 vitest",
"check": "npm run format:check && npm run lint:check",
"fix": "npm run format:fix && npm run lint:fix",
"format:check": "prettier --check -- src",
"format:fix": "prettier --write -- src",
"lint:check": "eslint --ignore-pattern src/com/* --max-warnings=0 -- src",
"lint:fix": "eslint --ignore-pattern src/com/* --fix --max-warnings=0 -- src"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bignumber.js": "^9.2.1",
"@lfdecentralizedtrust/canton-json-api-v2-openapi": "file:../dependencies/canton-json-api-v2/openapi-ts-client",
"commander": "^13.1.0",
"dayjs": "^1.11.13",
"@lfdecentralizedtrust/transfer-instruction-openapi": "file:../splice-api-token-transfer-instruction-v1/openapi-ts-client"
},
"devDependencies": {
"@types/node": "^22.13.5",
"msw": "^2.7.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vitest": "^2.1.4",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"prettier": "^3.5.3"
}
}