adpcm-addon
Version:
ADPCM编码解码插件
22 lines (21 loc) • 410 B
JSON
{
"name": "adpcm-addon",
"version": "1.0.7",
"description": "ADPCM编码解码插件",
"keywords": [
"adpcm",
"addon"
],
"main": "index.js",
"scripts": {
"dev": "node test.js",
"configure": "node-gyp configure",
"install": "node-gyp rebuild"
},
"author": "softwaiter",
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^8.3.1"
}
}