-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.55 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
57
58
59
60
61
62
63
64
{
"name": "@audio/mir",
"version": "1.1.2",
"type": "module",
"sideEffects": false,
"description": "Music information retrieval — umbrella for @audio/mir-* atoms (chroma, chord, key; MIREX-parity roadmap)",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"files": [
"index.js"
],
"workspaces": [
"packages/*"
],
"scripts": {
"test": "node test.js",
"test:all": "npm test --workspaces --if-present && npm test",
"publish:all": "npm publish --workspaces && npm publish"
},
"dependencies": {
"@audio/mir-chroma": "^1.0.0",
"@audio/mir-chord": "^1.0.0",
"@audio/mir-key": "^1.0.0",
"@audio/mir-tonnetz": "^1.0.0",
"@audio/mir-melody": "^1.0.0",
"@audio/mir-tempogram": "^1.0.0",
"@audio/mir-structure": "^1.0.0",
"@audio/mir-fingerprint": "^1.0.0",
"@audio/mir-multif0": "^1.0.0",
"@audio/mir-transcribe": "^1.0.0",
"@audio/mir-drums": "^1.0.0",
"@audio/mir-downbeat": "^1.0.0",
"@audio/mir-similarity": "^1.0.0",
"@audio/mir-coversong": "^1.0.0"
},
"devDependencies": {
"tst": "^9.4.0"
},
"keywords": [
"audio",
"dsp",
"mir",
"chroma",
"chord",
"key",
"music-information-retrieval"
],
"license": "MIT",
"author": "Dmitry Iv. <dfcreative@gmail.com>",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audiojs/mir.git"
},
"funding": "https://github.com/sponsors/audiojs"
}