Files
vega-providers/package.json
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

22 lines
446 B
JSON

{
"name": "vega-providers",
"version": "1.0.0",
"description": "providers for vega-app",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/node": "^24.0.1",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0"
}
}