@stratosphere-network/core
Version:
Core StratoSphere SDK functionality
34 lines (33 loc) • 744 B
JSON
{
"name": "@stratosphere-network/core",
"version": "2.0.0",
"description": "Core StratoSphere SDK functionality",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "echo 'No cleanup needed for core package'",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"stratosphere",
"sdk",
"core"
],
"author": "StratoSphere",
"license": "MIT",
"files": [
"dist/**/*",
"README.md"
],
"devDependencies": {
"@stratosphere-network/shared": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@stratosphere-network/wallet": "^6.0.0"
}
}