40 lines
840 B
JSON
40 lines
840 B
JSON
{
|
|
"name": "use-tether",
|
|
"version": "1.0.4",
|
|
"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",
|
|
"react": "^18.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tsup": "^8.2.4"
|
|
}
|
|
} |