-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@soundtouchjs/monorepo",
"version": "1.0.6",
"private": true,
"description": "SoundTouchJS monorepo",
"type": "module",
"packageManager": "pnpm@10.33.0",
"bugs": {
"url": "https://github.com/cutterbl/SoundTouchJS/issues"
},
"author": "Steve 'Cutter' Blades",
"contributors": [
"Steve 'Cutter' Blades <web.admin@cutterscrossing.com> (https://cutterscrossing.com/)",
"Olli Parviainen <oparviai@iki.fi> (https://www.surina.net/soundtouch/)",
"Ryan Berdeen <ryan@ryanberdeen.com> (http://ryanberdeen.com/)",
"Jakub Fiala <jakub@fiala.space> (http://fiala.space/)",
"Adria Holovaty (http://www.holovaty.com/)"
],
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/cutterbl/SoundTouchJS.git"
},
"homepage": "https://github.com/cutterbl/SoundTouchJS",
"scripts": {
"build": "nx run-many -t build",
"dev": "nx dev demo",
"test": "nx run-many -t test",
"typecheck": "nx run-many -t typecheck",
"release": "nx release",
"prettier": "prettier --write '**/*.{ts,js,json,html}'",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@nx/js": "22.6.4",
"@nx/vite": "22.6.4",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.24",
"@types/node": "^25.5.2",
"@vitest/coverage-v8": "^4.1.2",
"husky": "^9.1.7",
"nx": "22.6.4",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^8.0.5",
"vitest": "^4.1.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"nx"
]
}
}