commit 6af626f518b07be728c621a9ac19498057b9c89e Author: Ava Gaiety Wroten Date: Sat Mar 11 09:59:07 2023 -0600 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..aaf31df --- /dev/null +++ b/package.json @@ -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" +}