mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
feat: add testing and configuration for providers
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test-providers.js",
|
||||
"test:provider": "node test-provider.js",
|
||||
"test:provider:build": "npm run build && node test-provider.js",
|
||||
"test:interactive": "npm run build && node interactive-test.js",
|
||||
"test:quick": "npm run build && node quick-test.js",
|
||||
"test:ui": "npm run test:interactive",
|
||||
"build": "node build-simple.js",
|
||||
"dev": "node dev-server.js",
|
||||
"dev:build": "npm run build && npm run dev",
|
||||
@@ -30,6 +35,7 @@
|
||||
"axios": "^1.10.0",
|
||||
"cheerio": "^1.1.0",
|
||||
"react-native-aes-crypto": "^3.2.1",
|
||||
"rimraf": "^6.0.1"
|
||||
"rimraf": "^6.0.1",
|
||||
"zod": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user