UNPKG

node.js-sip

Version:
61 lines (60 loc) 1.39 kB
{ "name": "node-lame", "description": "LAME MP3 encoder for Node.js", "version": "1.3.2", "homepage": "https://github.com/devowlio/node-lame", "repository": { "type": "git", "url": "git+https://github.com/devowlio/node-lame.git" }, "bugs": { "url": "https://github.com/devowlio/node-lame/issues" }, "author": { "name": "Jan Karres", "email": "jan.karres@devowl.io", "url": "https://jankarres.com/" }, "contributors": [ { "name": "devowl.io GmbH", "email": "mail@devowl.io" } ], "keywords": [ "mp3", "wav", "LAME", "MPEG-1", "MPEG-2", "encoder", "audio" ], "license": "ISC", "engines": { "node": ">=12.20" }, "scripts": { "build": "tsc", "test": "./node_modules/.bin/mocha" }, "files": [ "lib/build/", "temp/", "index.js", "index.d.ts", "README.md" ], "dependencies": {}, "devDependencies": { "@types/chai": "~4.2.21", "@types/fs-extra": "~9.0.12", "@types/mocha": "~8.2.1", "@types/node": "^14.10.1", "chai": "~4.3.4", "fs-extra": "~10.0.0", "mocha": "~8.4.0", "ts-node": "~10.2.1", "typescript": "~4.3.5" } }