forked from akinazuki/NeteaseCloudMusic-Audio-Recognize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 745 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
{
"name": "ncm-audio-recognize",
"version": "1.4.0",
"description": "",
"main": "lib.js",
"type": "module",
"exports": "./src/lib.js",
"types": "src/lib.d.ts",
"files": [
"lib.js",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/akinazuki/NeteaseCloudMusic-Audio-Recgonize.git"
},
"author": "Aki Nazuki",
"license": "ISC",
"bugs": {
"url": "https://github.com/akinazuki/NeteaseCloudMusic-Audio-Recgonize/issues"
},
"homepage": "https://github.com/akinazuki/NeteaseCloudMusic-Audio-Recgonize#readme",
"devDependencies": {
"@types/node": "^18.0.0"
},
"dependencies": {
"web-audio-api": "github:audiojs/web-audio-api",
"web-audio-api-cjs": "^0.2.4"
}
}