nxapi/package.json
2022-03-09 02:56:37 +00:00

42 lines
1.2 KiB
JSON

{
"name": "discord-switch-presence",
"version": "1.0.0",
"description": "",
"author": "Samuel Elliott",
"main": "dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git@gitlab.fancy.org.uk:samuel/discord-switch-presence.git"
},
"bin": {
"discord-switch-presence": "bin/discord-switch-presence.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node bin/discord-switch-presence.js",
"start": "node bin/discord-switch-presence.js presence"
},
"dependencies": {
"cli-table": "^0.3.11",
"debug": "^4.3.3",
"discord-rpc": "^4.0.1",
"node-fetch": "^3.2.2",
"node-persist": "^3.1.0",
"read": "^1.0.7",
"uuid": "^8.3.2",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/cli-table": "^0.3.0",
"@types/debug": "^4.1.7",
"@types/discord-rpc": "^4.0.0",
"@types/node": "^17.0.21",
"@types/node-persist": "^3.1.2",
"@types/read": "^0.0.29",
"@types/uuid": "^8.3.4",
"@types/yargs": "^17.0.9",
"typescript": "^4.7.0-dev.20220308"
}
}