pinbot/package.json

20 lines
446 B
JSON

{
"type": "module",
"name": "pinbot",
"version": "1.0.0",
"description": "a bot to manage pins (and also other stuff!)",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@ssh.gitdab.com:jane/pinbot.git"
},
"author": "jane petrovna (jane@j4.pm)",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"eris": "^0.15.0"
}
}