]>
Commit | Line | Data |
---|---|---|
07d8db2b RBR |
1 | { |
2 | "name": "corona-regeln", | |
5d9f7190 | 3 | "version": "2.0.0", |
07d8db2b | 4 | "description": "Generator for Corona Guidelines", |
07d8db2b | 5 | "scripts": { |
5d9f7190 RBR |
6 | "dev": "svelte-kit dev", |
7 | "build": "svelte-kit build", | |
8 | "preview": "svelte-kit preview", | |
9 | "lint": "eslint --ignore-path .gitignore ." | |
07d8db2b RBR |
10 | }, |
11 | "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>", | |
12 | "license": "Apache-2.0", | |
5d9f7190 RBR |
13 | "homepage": "https://corona.unlimited.pizza", |
14 | "devDependencies": { | |
15 | "@sveltejs/adapter-static": "next", | |
16 | "@sveltejs/kit": "next", | |
17 | "eslint": "^8.4.1", | |
18 | "eslint-plugin-svelte3": "^3.2.1", | |
19 | "svelte": "^3.44.2" | |
20 | }, | |
21 | "type": "module" | |
07d8db2b | 22 | } |