forked from verifywise-ai/plugin-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 697 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "plugin-marketplace",
"scripts": {
"build:mlflow": "cd plugins/mlflow/ui && npm install && npm run build",
"build:risk-import": "cd plugins/risk-import/ui && npm install && npm run build",
"build:custom-framework-ui": "cd packages/custom-framework-ui && npm install && npm run build",
"build:framework-plugins": "node scripts/build-framework-plugins.js",
"build:all": "npm run build:mlflow && npm run build:risk-import && npm run build:custom-framework-ui && npm run build:framework-plugins",
"add:framework": "node scripts/add-framework.js"
},
"devDependencies": {
"@types/node": "^25.0.3",
"esbuild": "^0.27.2",
"typescript": "^5.9.3"
}
}