supadata-api-wrapper
Version:
Node.js wrapper for Supadata API v1
48 lines (47 loc) • 980 B
JSON
{
"name": "supadata-api-wrapper",
"version": "1.0.3",
"description": "Node.js wrapper for Supadata API v1",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js",
"prepublishOnly": "npm test"
},
"keywords": [
"supadata",
"api",
"wrapper",
"youtube",
"transcript",
"web",
"content"
],
"author": "josep servat <divancetwitch@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/servatj/supdata-api-client.git"
},
"bugs": {
"url": "https://github.com/servatj/supdata-api-client/issues"
},
"homepage": "https://github.com/servatj/supdata-api-client#readme",
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"lib/**/*",
"README.md",
"LICENSE"
],
"devDependencies": {
"jest": "^29.7.0",
"axios-mock-adapter": "^1.22.0"
}
}