UNPKG

@meteraprotocol/core

Version:

Core functionality and constants for the Metera Protocol

37 lines 760 B
{ "name": "@meteraprotocol/core", "version": "0.0.19", "description": "Core functionality and constants for the Metera Protocol", "type": "module", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "repository": {}, "author": "meteraprotocol", "license": "MIT", "bugs": {}, "homepage": "https://meteraprotocol.io", "keywords": [ "Metera", "Protocol", "Core", "Constants", "Compute" ], "dependencies": { "big-rational-ts": "1.0.6", "bignumber.js": "^9.1.2" }, "devDependencies": { "tsup": "^8.2.4", "typescript": "5.7.3" }, "scripts": { "build": "rm -rf dist && tsup" } }