{
    "name": "@upacyxou/node-lame",
    "description": "LAME MP3 encoder for Node.js",
    "version": "1.2.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": "Jan Karres <mail@jankarres.com> (https://jankarres.com/)",
    "contributors": [
        "devowl.io GmbH <mail@devowl.io>"
    ],
    "keywords": [
        "mp3",
        "wav",
        "LAME",
        "MPEG-1",
        "MPEG-2",
        "encoder",
        "audio"
    ],
    "license": "MIT",
    "engines": {
        "node": ">=10.13"
    },
    "scripts": {
        "build": "tsc",
        "test": "mocha"
    },
    "files": [
        "lib/build/",
        "temp/",
        "index.js",
        "index.d.ts",
        "README.md"
    ],
    "dependencies": {},
    "devDependencies": {
        "@types/chai": "~4.1.7",
        "@types/fs-extra": "^5.0.4",
        "@types/mocha": "~5.2.5",
        "@types/node": "^10.12.5",
        "chai": "~4.2.0",
        "fs-extra": "^7.0.1",
        "mocha": "~5.2.0",
        "ts-node": "~7.0.1",
        "typescript": "~3.1.6"
    },
    "main": "index.js",
    "directories": {
        "lib": "lib",
        "test": "test"
    }
}
