mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
22 lines
446 B
JSON
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"
|
|
}
|
|
}
|