]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "generador-de-insultos", | |
3 | "version": "2.0.0", | |
4 | "description": "A Spanish Insult Generator, improve your vocabulary", | |
5 | "scripts": { | |
6 | "dev": "svelte-kit dev", | |
7 | "build": "svelte-kit build", | |
8 | "preview": "svelte-kit preview", | |
9 | "lint": "eslint --ignore-path .gitignore .", | |
10 | "wordnet_to_json": "bin/wordnet_to_json.js" | |
11 | }, | |
12 | "repository": { | |
13 | "type": "git", | |
14 | "url": "https://gitlab.com/rbdr/generador-de-insultos.git" | |
15 | }, | |
16 | "author": "Ruben Beltran del Rio", | |
17 | "license": "BSD 2-Clause", | |
18 | "homepage": "https://insultos.unlimited.pizza", | |
19 | "devDependencies": { | |
20 | "@jirimracek/conjugate-esp": "^2.3.6", | |
21 | "@sveltejs/adapter-static": "next", | |
22 | "@sveltejs/kit": "next", | |
23 | "eslint": "^8.4.1", | |
24 | "eslint-plugin-svelte3": "^3.2.1", | |
25 | "svelte": "^3.44.2" | |
26 | }, | |
27 | "type": "module" | |
28 | } |