Files

28 lines
648 B
JSON
Raw Permalink Normal View History

2023-03-18 18:02:17 -04:00
{
"name": "iondiscordjs",
2023-04-30 10:29:15 -04:00
"version": "1.0.2",
2023-03-18 18:02:17 -04:00
"description": "because discord.js is annoying",
2024-05-16 09:52:25 -07:00
"main": "tests/test.js",
2023-03-18 18:02:17 -04:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ION606/custom_discordjs.git"
},
"author": "ION606",
"license": "ISC",
"bugs": {
"url": "https://github.com/ION606/custom_discordjs/issues"
},
"homepage": "https://github.com/ION606/custom_discordjs#readme",
"devDependencies": {
"@types/node": "^18.15.3"
},
"dependencies": {
"axios": "^1.3.4",
"ws": "^8.13.0"
},
"type": "module"
2023-03-18 18:02:17 -04:00
}