-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 726 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
{
"name": "tuner-fi",
"version": "0.1.22",
"private": true,
"type": "module",
"description": "Privacy-first guitar tuner PWA.",
"scripts": {
"dev": "vite",
"build": "node scripts/build-meta.mjs prebuild && tsc --noEmit && vite build && node scripts/build-meta.mjs postbuild",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"tuner",
"pwa",
"audio"
],
"author": "tuner.fi contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/palvimaki/tuner.git"
},
"devDependencies": {
"@types/node": "^25.6.2",
"typescript": "6.0.3",
"vite": "8.2.2",
"vitest": "4.1.6"
}
}