-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
21 lines (21 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "ossinsight-next",
"version": "1.0.0",
"private": true,
"description": "Next version of ossinsight.io",
"scripts": {
"postinstall": "pnpm run sync:endpoints && pnpm run cli:gen-essentials && pnpm run build:toolchain",
"dev": "pnpm run --filter @ossinsight/web dev",
"cli:gen-essentials": "pnpm run --filter @ossinsight/cli build && pnpm run --filter @ossinsight/cli start widgets gen-types && pnpm run --filter @ossinsight/cli start widgets gen-modules && pnpm run --filter @ossinsight/cli start endpoints gen-modules",
"build:toolchain": "pnpm run --sequential --filter eslint-plugin-ossinsight --filter @ossinsight/compose build",
"sync:endpoints": "./scripts/download-endpoints-configs.sh",
"lint": "pnpm run -r lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}