-
-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 736 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
{
"name": "sqlpage",
"version": "1.0.0",
"scripts": {
"test": "biome check . && npm run typecheck && node --test \"tests/js/**/*.spec.ts\"",
"typecheck": "tsc && tsc -p tests/js && tsc -p tests/end-to-end",
"format": "biome format --write .",
"fix": "biome check --fix --unsafe ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqlpage/SQLPage.git"
},
"license": "MIT",
"dependencies": {
"@tabler/core": "1.5.0",
"@tabler/icons-sprite": "3.46.0",
"apexcharts": "7.1.0",
"tom-select": "2.6.2"
},
"devDependencies": {
"@biomejs/biome": "^2.5.11",
"@types/node": "^26.4.0",
"typescript": "^7.0.2"
},
"workspaces": [
"tests/end-to-end"
]
}