Tether/JS-SDK/package.json

43 lines
923 B
JSON
Raw Normal View History

2024-09-09 16:05:48 -07:00
{
2024-09-09 17:34:01 -07:00
"name": "usetether",
2024-09-09 17:39:33 -07:00
"version": "1.1.5",
2024-09-09 17:34:01 -07:00
"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",
"react-dom": "18.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"tsup": "^8.2.4"
}
2024-09-09 16:05:48 -07:00
}