@stratosphere-network/shared
Version:
Shared utilities and types for StratoSphere SDK
42 lines (41 loc) • 944 B
JSON
{
"name": "@stratosphere-network/shared",
"version": "1.1.0",
"description": "Shared utilities and types for StratoSphere SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "echo 'no cleanup needed'",
"prepublishOnly": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"stratosphere",
"shared",
"utilities"
],
"author": "StratoSphere",
"license": "MIT",
"files": [
"dist/**/*",
"README.md"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"ethers": "^6.8.0",
"viem": "^2.31.0"
}
}