diff options
author | Marvin Borner | 2022-10-23 13:07:34 +0200 |
---|---|---|
committer | Marvin Borner | 2022-10-23 13:09:17 +0200 |
commit | b3e92ed5e8a77ccc8db61712a3ad805f9d25ced3 (patch) | |
tree | 2c42a99d4e6b904622565003e24971773a39cc10 /impl/node/package.json |
Diffstat (limited to 'impl/node/package.json')
-rw-r--r-- | impl/node/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" + } +} |