Tether/JS-SDK/package.json

39 lines
792 B
JSON
Raw Normal View History

2024-09-09 16:05:48 -07:00
{
"name": "usetether",
2024-09-09 16:43:49 -07:00
"version": "1.0.3",
2024-09-09 16:05:48 -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"
],
2024-09-09 16:28:37 -07:00
"homepage": "https://usetether.rest",
2024-09-09 16:05:48 -07:00
"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"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/react": "^18.3.5",
"react": "^18.3.1"
}
}