-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1012 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "flux-lang-monorepo",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cbassuarez/flux.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"sync-editor": "node scripts/sync-editor-dist.mjs",
"badges:generate": "node scripts/generate-badges.mjs",
"build": "npm run build --workspace @flux-lang/core && npm run build --workspace @flux-lang/brand && npm run build --workspace @flux-lang/render-html && npm run build --workspace @flux-lang/typesetter && npm run build --workspace @flux-lang/viewer && npm run build --workspace @flux-lang/cli-core && npm run build --workspace @flux-lang/cli-ui && npm run build --workspace @flux-lang/cli && npm run build --workspace @flux-lang/flux && npm run build --workspace @flux-lang/vscode-flux",
"test": "npm run test --workspaces"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.6.0"
},
"packageManager": "pnpm@9.12.1",
"version": "0.1.1"
}