-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "incorrect-quotes-generator",
"version": "1.0.0",
"description": "a ripoff of scatterpatter's incorrect quotes generator",
"repository": {
"type": "git",
"url": "git+https://github.com/12beesinatrenchcoat/incorrect-quotes-generator.git"
},
"author": "Andy Chan (12beesinatrenchcoat) <[email protected]>",
"license": "MIT",
"private": true,
"type": "module",
"bugs": {
"url": "https://github.com/12beesinatrenchcoat/incorrect-quotes-generator/issues"
},
"homepage": "https://12beesinatrenchco.at/incorrect-quotes-generator",
"scripts": {
"lint": "eslint js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-config-xo": "^0.46.0",
"sass-embedded": "^1.80.3",
"terser": "^5.36.0",
"vite": "^5.4.9",
"vite-plugin-html": "^3.2.2"
}
}