essentia.js
Version:
JavaScript library for music/audio analysis and processing, powered by Essentia WebAssembly
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "essentia.js",
"version": "0.1.3",
"description": "JavaScript library for music/audio analysis and processing, powered by Essentia WebAssembly",
"homepage": "https://mtg.github.io/essentia.js/",
"author": "Albin Correya <mtg@upf.edu> (http://mtg.upf.edu)",
"license": "AGPL-3.0",
"main": "index.js",
"files": [
"dist/*",
"index.js",
"LICENSE",
"README.md",
"AUTHORS.md",
"CHANGELOG.md"
],
"scripts": {
"gen-code": "make -f Makefile.essentiajs codegen",
"build-wasm": "make -f Makefile.essentiajs build",
"build-js-api": "rollup --config",
"build-api-docs": "./build-docs.sh",
"test": "mocha"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"devDependencies": {
"@tensorflow/tfjs-node": "^3.7.0",
"chai": "^4.2.0",
"esm": "^3.2.25",
"foodoc": "0.0.9",
"jsdoc": "^3.6.3",
"mocha": "^8.4.0",
"rollup": "^2.11.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"typescript": "^3.9.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MTG/essentia.js.git"
},
"keywords": [
"audio-signal-processing",
"music-information-retrieval",
"machine-learning",
"webaudio",
"music",
"webassembly",
"emscripten",
"essentia"
],
"bugs": {
"url": "https://github.com/MTG/essentia.js/issues"
},
"dependencies": {
"node-wav": "0.0.2"
}
}