diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5e618f --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "corona-regeln", + "version": "1.0.0", + "description": "Generator for Corona Guidelines", + "main": "lib/corona-regeln.js", + "directories": { + "lib": "lib" + }, + "scripts": { + "test": "echo 'sorry'" + }, + "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>", + "license": "Apache-2.0", + "dependencies": { + "eta": "^1.12.1", + "fastify": "^3.14.1", + "getenv": "^1.0.0", + "point-of-view": "^4.14.0" + } +} |