audd.io
Version:
A NodeJS package used to interact with the music recognition API provided by Audd.io
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "audd.io",
"version": "3.0.2",
"description": "A NodeJS package used to interact with the music recognition API provided by Audd.io",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "ts-node test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DrKain/audd.io.git"
},
"keywords": [
"audio",
"audd",
"audd.io",
"music",
"recognition",
"node"
],
"author": "Kain (ksir.pw)",
"license": "ISC",
"bugs": {
"url": "https://github.com/DrKain/audd.io/issues"
},
"homepage": "https://github.com/DrKain/audd.io#readme",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/node-fetch": "^2.5.8",
"prettier": "^2.0.5",
"ts-node": "^9.1.1",
"typescript": "^3.8.3"
}
}