npm init
This commit is contained in:
parent
f9a916ca82
commit
c36e548759
1 changed files with 20 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "selfcarebot",
|
||||
"version": "0.0.1",
|
||||
"description": "Code for @selfcarebot@social.whytheyfight.com",
|
||||
"main": "bot.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.whytheyfight.com/max/selfcarebot.git"
|
||||
},
|
||||
"keywords": [
|
||||
"bot",
|
||||
"mastodon",
|
||||
"self-care"
|
||||
],
|
||||
"author": "Max Barksdale",
|
||||
"license": "GPL-3.0-or-later"
|
||||
}
|
Loading…
Reference in a new issue