commit 45d617ff109ac8b01e66e2ce04e50fcf48833623 Author: Benjamin Atkin Date: Thu May 13 00:03:35 2021 +0000 create npm project diff --git a/package.json b/package.json new file mode 100644 index 0000000..555c053 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "notes", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}