forked from adblockradio/stream-audio-fingerprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 829 Bytes
/
package.json
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
{
"name": "stream-audio-fingerprint",
"version": "1.0.4",
"description": "Audio landmark fingerprinting as a Node Stream module",
"main": "lib/index.js",
"scripts": {
"prepare": "npm run build",
"prebuild": "del ./lib/*.js",
"build": "tsc -d",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"fingerprint",
"stream"
],
"files": [
"lib/*.js",
"lib/*.d.ts"
],
"author": "Alexandre Storelli <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"@types/node": "13.9.3",
"del-cli": "3.0.0",
"dsp.js": "git+https://[email protected]/corbanbrook/dsp.js.git",
"node-png": "^0.4.3",
"typescript": "3.8.3"
},
"bugs": {
"url": "https://github.com/dest4/stream-audio-fingerprint/issues"
},
"homepage": "https://github.com/dest4/stream-audio-fingerprint"
}