mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-02 19:35:50 +01:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "@signalapp/lame",
|
|
"description": "LAME MP3 Encoder bindings for Node.js",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"types": "index.d.mts",
|
|
"files": [
|
|
"index.mjs",
|
|
"README.md"
|
|
],
|
|
"author": {
|
|
"name": "Signal Messenger, LLC",
|
|
"email": "support@signal.org"
|
|
},
|
|
"license": "AGPL-3.0-only"
|
|
}
|