Tether/JS-SDK/package.json
Rainnny7 2b5e14b734
All checks were successful
Publish JS SDK / docker (push) Successful in 13s
fix react error?
2024-09-09 19:55:07 -04:00

38 lines
786 B
JSON

{
"name": "usetether",
"version": "1.0.6",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.",
"keywords": [
"java",
"discord",
"api",
"restful",
"realtime"
],
"homepage": "https://usetether.rest",
"repository": {
"type": "git",
"url": "git+https://github.com/Rainnny7/Tether.git"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"devDependencies": {
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.2",
"@types/react": "^18.3.5",
"react": "^18.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0",
"react": "*"
}
}