]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "lgtm", | |
3 | "version": "2.0.0", | |
4 | "description": "looks good to me", | |
5 | "scripts": { | |
6 | "dev": "svelte-kit dev", | |
7 | "build": "svelte-kit build", | |
8 | "preview": "svelte-kit preview", | |
9 | "lint": "eslint --ignore-path .gitignore ." | |
10 | }, | |
11 | "repository": { | |
12 | "type": "git", | |
13 | "url": "git+https://gitlab.com/rbdr/lgtm.git" | |
14 | }, | |
15 | "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>", | |
16 | "license": "MIT", | |
17 | "homepage": "lgtm.unlimited.pizza", | |
18 | "devDependencies": { | |
19 | "@sveltejs/adapter-static": "next", | |
20 | "@sveltejs/kit": "next", | |
21 | "eslint": "^8.4.1", | |
22 | "eslint-plugin-svelte3": "^3.2.1", | |
23 | "svelte": "^3.44.2" | |
24 | }, | |
25 | "type": "module" | |
26 | } |