This commit is contained in:
Ava Gaiety Wroten 2023-03-11 09:59:07 -06:00
commit 6af626f518

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "pronoun-monster",
"version": "0.1.0",
"description": "Rawr, if you must refer to me this is how you may",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gaiety/pronoun-monster.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://gitlab.com/gaiety/pronoun-monster/issues"
},
"homepage": "https://gitlab.com/gaiety/pronoun-monster#readme"
}