@stratosphere-network/wallet
Version:
Wallet module for StratoSphere SDK
42 lines (41 loc) • 934 B
JSON
{
"name": "@stratosphere-network/wallet",
"version": "11.6.0",
"description": "Wallet module for StratoSphere SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "echo 'No cleanup needed for wallet package'",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"stratosphere",
"wallet",
"blockchain",
"defi"
],
"author": "StratoSphere team",
"license": "MIT",
"dependencies": {
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.0.0"
},
"files": [
"dist",
"Readme.md"
],
"publishConfig": {
"access": "public"
}
}