From b3e92ed5e8a77ccc8db61712a3ad805f9d25ced3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 23 Oct 2022 13:07:34 +0200 Subject: Initial commit --- impl/node/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 impl/node/package.json (limited to 'impl/node/package.json') diff --git a/impl/node/package.json b/impl/node/package.json new file mode 100644 index 0000000..d1235b6 --- /dev/null +++ b/impl/node/package.json @@ -0,0 +1,14 @@ +{ + "name": "redireculus", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Marvin Borner", + "license": "MIT", + "dependencies": { + "express": "^4.18.2" + } +} -- cgit v1.2.3