This commit is contained in:
himanshu8443
2025-06-15 21:29:40 +05:30
commit 3f3e12f5df
299 changed files with 18729 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}