Tether/JS-SDK/package.json
Rainnny7 0da130995c
All checks were successful
Publish JS SDK / docker (push) Successful in 14s
track the user when the WS is connected
2024-09-09 20:43:39 -04:00

41 lines
874 B
JSON

{
"name": "usetether",
"version": "1.1.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": "tsup",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1"
},
"peerDependencies": {
"react": "*",
"typescript": "^5.0.0"
},
"dependencies": {
"tsup": "^8.2.4"
}
}