@whworjs7946/clmsr-v0
Version:
TypeScript SDK for CLMSR market calculations and utilities
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "@whworjs7946/clmsr-v0",
"version": "1.8.0",
"description": "TypeScript SDK for CLMSR market calculations and utilities",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"clean": "rm -rf dist",
"rebuild": "npm run clean && npm run build"
},
"keywords": [
"clmsr",
"prediction-markets",
"lmsr",
"typescript",
"defi"
],
"author": "Signals Team",
"license": "MIT",
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"dependencies": {
"big.js": "^6.2.1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/signals-protocol/signals-v0.git"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
}
}