nomis-sdk
Version:
SDK for scoring the wallet on Ton
46 lines (45 loc) • 991 B
JSON
{
"name": "nomis-sdk",
"version": "1.2.0",
"author": "enjey",
"type": "module",
"description": "SDK for scoring the wallet on Ton",
"keywords": [
"Nomis",
"Score"
],
"repository": {
"type": "git",
"url": "git@github.com:Nomis-cc/nomis-sdk.git",
"directory": "packages/sdk"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/Nomis-cc/nomis-sdk/issues"
},
"scripts": {
"build": "tsup"
},
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.60.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.1.0",
"@tonconnect/sdk": "^3.0.5",
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^22.9.0",
"tsup": "^8.4.0",
"typescript": "^5.6.3"
}
}