-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.18 KB
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
{
"name": "statisticsparser",
"version": "0.5.0",
"description": "Sometimes reading SQL Server output from Statistics IO and Statistics Time can be a total drag. This page will help with that. Just paste in the output of Statistics IO and/or Statistics Time and press Parse. Your output will be formatted and totaled. Enjoy.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Jorriss/StatisticsParser.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/Jorriss/StatisticsParser/issues"
},
"homepage": "https://github.com/Jorriss/StatisticsParser#readme",
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"clipboard": "^2.0.11",
"datatables.net": "^2.3.7",
"datatables.net-bs5": "^2.3.7",
"datatables.net-dt": "^2.3.7",
"luxon": "^3.7.2"
},
"devDependencies": {
"jsdom": "^29.0.1",
"sass-embedded": "^1.98.0",
"vite": "^8.0.1",
"vitest": "^4.1.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
}
}