softie-api
Version:
A module with api collection. Written with only Javascript and a node-friendly streaming interface.
36 lines (35 loc) • 887 B
JSON
{
"name": "softie-api",
"version": "1.1.0",
"description": "A module with api collection. Written with only Javascript and a node-friendly streaming interface.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddhikashahan/softie-api.git"
},
"keywords": [
"facebook",
"tiktok",
"instagram",
"youtube",
"api",
"javascript",
"nodejs",
"softie"
],
"author": "Buddhika Shahan",
"license": "ISC",
"bugs": {
"url": "https://github.com/buddhikashahan/softie-api/issues"
},
"homepage": "https://github.com/buddhikashahan/softie-api#readme",
"dependencies": {
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"node-fetch": "^3.3.2",
"puppeteer": "^22.7.0"
}
}