]>
Commit | Line | Data |
---|---|---|
07d8db2b RBR |
1 | { |
2 | "name": "corona-regeln", | |
3 | "version": "1.0.0", | |
4 | "description": "Generator for Corona Guidelines", | |
5 | "main": "lib/corona-regeln.js", | |
6 | "directories": { | |
7 | "lib": "lib" | |
8 | }, | |
9 | "scripts": { | |
10 | "test": "echo 'sorry'" | |
11 | }, | |
12 | "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>", | |
13 | "license": "Apache-2.0", | |
14 | "dependencies": { | |
15 | "eta": "^1.12.1", | |
16 | "fastify": "^3.14.1", | |
17 | "getenv": "^1.0.0", | |
18 | "point-of-view": "^4.14.0" | |
19 | } | |
20 | } |