tbarequest
Version:
A wrapper to fetch data from The Blue Alliance API
31 lines • 609 B
JSON
{
"name": "tbarequest",
"version": "0.2.0",
"description": "A wrapper to fetch data from The Blue Alliance API",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/Michaelcoding15/TBArequest",
"files": [
"/dist"
],
"keywords": [
"frc",
"tba",
"thebluealliance",
"firstrobotics"
],
"author": "",
"license": "MIT",
"dependencies": {
"arktype": "^2.1.20"
},
"devDependencies": {
"dotenv": "^16.5.0",
"vitest": "^3.1.4"
},
"scripts": {
"test": "vitest --bail 1",
"build": "tsc"
}
}