@goequitize/rwa-token-sdk
Version:
SDK for creating and managing RWA token transactions with compliance features
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@goequitize/rwa-token-sdk",
"version": "0.6.0",
"description": "SDK for creating and managing RWA token transactions with compliance features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"example": "ts-node examples/cross-chain-transfer-example.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"rwa",
"token",
"blockchain",
"ethereum",
"evm",
"compliance",
"layerzero",
"cross-chain"
],
"author": "Equitize",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"ethers": "^6.7.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goequitize/rwa-token-sdk.git"
},
"bugs": {
"url": "https://github.com/goequitize/rwa-token-sdk/issues"
},
"homepage": "https://github.com/goequitize/rwa-token-sdk#readme"
}