historical/SubTractor.git/package.json

17 lines
381 B
JSON
Raw Normal View History

2024-01-16 11:20:27 -06:00
{
"name": "subtractor",
"version": "1.0.0",
"description": "SubTractor is a test app, similar to Oklomsy's Counter Bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Samuel Lord",
"license": "MIT",
"dependencies": {
"discord.js": "^12.3.1",
"express": "^4.17.1",
"request": "^2.88.2"
}
}