-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 980 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 980 Bytes
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
33
34
35
36
37
38
39
40
41
{
"name": "listable",
"version": "1.0.0",
"author": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"emphasize": "^7.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sql-formatter": "^15.3.0",
"typescript": "5.1.3",
"wrangler": "^3.16.0"
},
"description": "",
"keywords": [],
"license": "ISC",
"lint-staged": {
"**/*.{js,ts,svelte}": [
"prettier --write --plugin-search-dir=."
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"prepare": "husky install"
},
"workspaces": [
"./*"
],
"dependencies": {
"header-generator": "^2.1.57",
"kysely-plugin-serialize": "^0.6.0",
"zenrows": "^2.0.1"
}
}