You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "plerobuddies",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/wgroeneveld/plerobuddies",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"author": "Wouter Groeneveld",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "src/chat.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"toot": "node src/chat.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest": "^26.6.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"got": "^11.8.2",
|
|
|
|
"jsdom": "^16.5.2",
|
|
|
|
"md5": "^2.3.0",
|
|
|
|
"minimist": "^1.2.5"
|
|
|
|
}
|
|
|
|
}
|