UNPKG

kalp-pkg

Version:

KALP blockchain SDK for cryptographic operations and blockchain interactions

76 lines (75 loc) 1.84 kB
{ "name": "kalp-pkg", "version": "1.0.11", "description": "KALP blockchain SDK for cryptographic operations and blockchain interactions", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts", "prepare": "npm run build", "clean": "rimraf dist" }, "keywords": [ "blockchain", "kalp", "sdk", "crypto", "ethereum", "typescript" ], "author": "Rahul Pandey", "license": "MIT", "dependencies": { "cross-fetch": "^4.0.0", "crypto-js": "^4.2.0", "elliptic": "^6.5.4", "ethers": "^6.8.1", "jsrsasign": "^11.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/crypto-js": "^4.2.1", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.5", "@types/node": "^20.8.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.50.0", "jest": "^29.7.0", "rimraf": "^5.0.5", "rollup": "^3.29.4", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "peerDependencies": { "buffer": "^6.0.3" }, "repository": { "type": "git", "url": "https://github.com/yourusername/kalp-sdk.git" }, "bugs": { "url": "https://github.com/yourusername/kalp-sdk/issues" }, "homepage": "https://github.com/yourusername/kalp-sdk#readme" }