From 6af626f518b07be728c621a9ac19498057b9c89e Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Sat, 11 Mar 2023 09:59:07 -0600 Subject: [PATCH] npm init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" +}