Expose enterprise video pricing config

This commit is contained in:
2026-06-10 14:27:42 +08:00
parent ca84754bd2
commit 00eba3e209
4 changed files with 145 additions and 29 deletions
+2 -1
View File
@@ -15,9 +15,10 @@
"import-config": "node src/cli/importConfig.js",
"init-pools": "node src/cli/initPools.js",
"test:community-routes": "node scripts/communityRouteContract.test.js",
"test:enterprise-video-pricing": "node scripts/enterpriseVideoPricingContract.test.js",
"test:key-manager": "node scripts/keyManagerReleaseContract.test.js",
"test:provider-poll-limiter": "node scripts/providerPollLimiterContract.test.js",
"test": "npm run test:community-routes && npm run test:key-manager && npm run test:provider-poll-limiter"
"test": "npm run test:community-routes && npm run test:enterprise-video-pricing && npm run test:key-manager && npm run test:provider-poll-limiter"
},
"dependencies": {
"alipay-sdk": "^4.14.0",