UNPKG

@zebec-network/core-utils

Version:
40 lines 922 B
{ "name": "@zebec-network/core-utils", "version": "1.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "files": [ "dist" ], "keywords": [ "zebec", "zebec network", "utils" ], "scripts": { "build": "npm run clean && tsc", "clean": "rimraf ./dist", "format": "prettier --write .", "start": "ts-node src/index.ts", "test": "ts-mocha -p ./tsconfig.json -t 1000000" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^22.15.3", "mocha": "^11.1.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "ts-mocha": "^11.1.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "bignumber.js": "^9.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/Zebec-Fintech-Labs/sdk-core-utils.git" }, "homepage": "https://github.com/Zebec-Fintech-Labs/sdk-core-utils#README" }