@bp1222/stats-api
Version:
Library for Typescript Client to query MLB StatsAPI
28 lines (27 loc) • 663 B
JSON
{
"name": "@bp1222/stats-api",
"version": "0.2.5",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bp1222/stats-api.git"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"files": [
"dist/**"
],
"keywords": ["mlb", "stats-api"],
"author": "Dave Walker",
"license": "ISC",
"description": "Library for Typescript Client to query MLB StatsAPI",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.5",
"@redocly/cli": "^1.22.1",
"tsup": "^8.2.4",
"typescript": "^5.5.3"
}
}