@hot-labs/near-connect
Version:

44 lines (43 loc) • 1.23 kB
JSON
{
"name": "@hot-labs/near-connect",
"version": "0.11.4",
"type": "commonjs",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
"author": "HOT Labs",
"repository": {
"type": "git",
"url": "https://github.com/hot-dao/near-selector"
},
"homepage": "https://github.com/hot-dao/near-selector",
"directories": {
"build": "build"
},
"files": [
"build/*",
"skills",
"!skills/_artifacts"
],
"scripts": {
"example": "cd example && yarn && yarn start",
"pre-build": "node build-scripts/updateNearConnectVersionInCode.js",
"build:wallets": "cd near-wallets && yarn build:wallets",
"build": "rm -rf build && yarn pre-build && yarn tsc",
"prepublish": "yarn build",
"cdn": "yarn pre-build && vite build",
"type-check": "tsc --noEmit",
"type-check-all": "yarn run type-check && cd example && yarn run type-check && cd ../near-wallets && yarn run type-check"
},
"devDependencies": {
"@near-js/transactions": "^2.5.1",
"@near-js/types": "^2.5.1",
"@tanstack/intent": "^0.0.40",
"typescript": "^5.2.2",
"vite": "^7.2.2",
"vite-plugin-node-polyfills": "^0.24.0"
},
"keywords": [
"tanstack-intent"
]
}