blob: b5e618f087dfd8a13dc88de363775212b34ec3c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}
}
|