Tether/use-tether/package.json

40 lines
840 B
JSON
Raw Permalink Normal View History

2024-09-09 16:05:48 -07:00
{
2024-09-09 18:50:10 -07:00
"name": "use-tether",
2024-09-10 14:20:26 -07:00
"version": "1.0.4",
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",
"react": "^18.3.1"
2024-09-09 17:34:01 -07:00
},
"peerDependencies": {
"react": "*",
"typescript": "^5.0.0"
2024-09-09 17:34:01 -07:00
},
"dependencies": {
"tsup": "^8.2.4"
}
2024-09-09 16:05:48 -07:00
}