From 86feb9e6403cfa6198ffb6895877c1c00d2a738a Mon Sep 17 00:00:00 2001 From: grant-kun Date: Mon, 26 Sep 2022 07:14:29 -0500 Subject: update (not working) --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..eabde88 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "kanna", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/squiresgrant/kanna-site.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/squiresgrant/kanna-site/issues" + }, + "homepage": "https://github.com/squiresgrant/kanna-site#readme", + "dependencies": { + "body-parser": "^1.20.0", + "crypto": "^1.0.1", + "express": "^4.18.1", + "fs": "^0.0.1-security" + } +} -- cgit v1.2.3