Files
iot-dis/package.json

32 lines
791 B
JSON

{
"name": "IotDis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx src/index.ts",
"build": "tsc src/index.ts --outDir build --esModuleInterop",
"start": "node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.13.2",
"discord-rpc": "^4.0.1",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.10",
"@types/node": "^25.0.10",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"pnpm": {
"patchedDependencies": {
"discord-rpc@4.0.1": "patches/discord-rpc@4.0.1.patch",
"@types/discord-rpc@4.0.10": "patches/@types__discord-rpc@4.0.10.patch"
}
}
}