forked from FlatIO/node-lame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 842 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
35
36
{
"name": "@flat/lame",
"description": "NodeJS native bindings to libmp3lame & libmpg123.",
"keywords": [
"lame",
"mpg123",
"mp3",
"mpeg",
"mpg",
"encode",
"decode"
],
"version": "1.2.8",
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FlatIO/node-lame.git"
},
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"bindings": "^1.5.0",
"debug": "^4.3.5",
"nan": "^2.19.0",
"readable-stream": "^1.0.34"
},
"devDependencies": {
"@machinomy/types-readable-stream": "git+https://github.com/machinomy/types-readable-stream.git",
"@types/node": "^20.14.2",
"mocha": "^10.4.0"
},
"scripts": {
"test": "mocha --reporter spec"
}
}