-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "media-manager-monorepo",
"private": true,
"workspaces": [
"packages/*",
"skills/csdn-publish-and-data/scripts",
"skills/juejin-publish-and-data/scripts",
"skills/get-wechat-data/scripts",
"skills/xiaohongshu-publish-and-data/scripts"
],
"scripts": {
"build": "npm run build -w @dsmlll/media-manager-core && npm run build -w @dsmlll/media-manager-platform-common && npm run build -w @dsmlll/media-manager-runtime && node scripts/sync-workflows.mjs && npm run build -w @dsmlll/media-manager-cli",
"sync:workflows": "node scripts/sync-workflows.mjs",
"test": "npm run test -w @dsmlll/media-manager-core && npm run test -w @dsmlll/media-manager-platform-common && npm run test -w @dsmlll/media-manager-runtime && npm run test -w @dsmlll/media-manager-cli",
"media": "node packages/cli/dist/main.js"
},
"engines": {
"node": ">=20"
}
}