@nivalis/polymarket-api-types
Version:
TypeScript type definitions for Polymarket API
34 lines (33 loc) • 895 B
JSON
{
"name": "@nivalis/polymarket-api-types",
"version": "0.1.0-beta.1",
"description": "TypeScript type definitions for Polymarket API",
"keywords": ["polymarket", "types", "typescript", "api"],
"author": "Nivalis",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nivalis-studio/polymarket-api-types.git"
},
"bugs": {
"url": "https://github.com/nivalis-studio/polymarket-api-types/issues"
},
"homepage": "https://github.com/nivalis-studio/polymarket-api-types#readme",
"type": "module",
"exports": {
"types": "./index.d.ts"
},
"files": ["index.d.ts"],
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write",
"prepare": "pnpm dlx lefthook install",
"ts": "tsc index.d.ts"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@nivalis/biome-config": "0.1.3",
"@types/bun": "latest",
"typescript": "^5.0.0"
}
}