FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
modelscript/package.json at main · modelscript/modelscript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
modelscript
/
modelscript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3
Star
12
Code
Issues
1
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
modelscript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
98 lines (98 loc) · 3.1 KB
Breadcrumbs
modelscript
/
package.json
Copy path
File metadata and controls
98 lines (98 loc) · 3.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name"
:
"
modelscript
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"description"
:
"
ModelScript
"
,
"keywords"
: [
"
modelscript
"
],
"homepage"
:
"
https://modelscript.org
"
,
"bugs"
: {
"url"
:
"
https://github.com/modelscript/modelscript/issues
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/modelscript/modelscript.git
"
},
"license"
:
"
AGPL-3.0-or-later
"
,
"author"
:
"
Mohamad Omar Nachawati <mnachawa@gmail.com>
"
,
"type"
:
"
module
"
,
"workspaces"
: [
"
apps/*
"
,
"
extensions/*
"
,
"
packages/*
"
,
"
languages/*
"
,
"
languages/*/*
"
],
"scripts"
: {
"benchmark:incremental"
:
"
npx tsx scripts/benchmark-incremental.ts
"
,
"benchmark:simulation"
:
"
npx tsx scripts/benchmark-simulation.ts
"
,
"prebuild"
:
"
mkdir -p data
"
,
"build"
:
"
nx run-many --target=build --exclude=@modelscript/morsel --parallel=3
"
,
"build:all"
:
"
nx run-many --target=build --exclude=@modelscript/morsel --parallel=3
"
,
"clean"
:
"
nx run-many --target=clean
"
,
"predev"
:
"
mkdir -p data
"
,
"dev"
:
"
nx run-many --target=dev --projects=@modelscript/api,@modelscript/web,@modelscript/ide,@modelscript/lsp --parallel=4
"
,
"dev:docs"
:
"
npm run dev --workspace=@modelscript/docs
"
,
"dev:ide"
:
"
npm run dev --workspace=@modelscript/ide
"
,
"dev:vscode"
:
"
npm run test-web --workspace=extensions/vscode
"
,
"docker:build"
:
"
docker compose build
"
,
"docker:down"
:
"
docker compose down
"
,
"docker:logs"
:
"
docker compose logs -f
"
,
"docker:up"
:
"
docker compose up -d
"
,
"format"
:
"
prettier . --write
"
,
"lint"
:
"
nx run-many --target=lint --parallel=3
"
,
"prepare"
:
"
husky
"
,
"preview:ide"
:
"
npx tsx apps/ide/src/preview-static.ts
"
,
"release"
:
"
nx release
"
,
"release:dry-run"
:
"
nx release --dry-run
"
,
"test"
:
"
nx run-many --target=test --parallel=3
"
,
"test:modelica"
:
"
npx tsx packages/core/tests/testsuite-runner.ts
"
,
"test:modelica:update"
:
"
npx tsx packages/core/tests/testsuite-runner.ts --update --omc
"
,
"test:single"
:
"
npx tsx packages/core/tests/testsuite-runner.ts
"
},
"lint-staged"
: {
"*.{ts,tsx}"
:
"
eslint
"
,
"*.{ts,tsx,js,json,md,yml,css}"
:
"
prettier --write --ignore-unknown
"
},
"overrides"
: {
"@antv/x6-plugin-selection"
: {
"@antv/x6"
:
"
^3.1.7
"
},
"dompurify"
:
"
^3.4.0
"
,
"elliptic"
:
"
^6.6.1
"
,
"hono"
:
"
^4.12.14
"
,
"tree-sitter-cli"
:
"
0.26.9
"
},
"dependencies"
: {
"@eslint/config-array"
:
"
^0.19.2
"
,
"@eslint/eslintrc"
:
"
^3.2.0
"
,
"ajv"
:
"
^8.17.0
"
,
"glob"
:
"
^13.0.6
"
,
"lodash.merge"
:
"
^4.6.2
"
,
"react"
:
"
^19.2.7
"
,
"react-dom"
:
"
^19.2.7
"
,
"source-map"
:
"
^0.8.0
"
,
"tree-sitter"
:
"
^0.21.1
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^10.0.1
"
,
"@nx/js"
:
"
^22.7.3
"
,
"@types/node"
:
"
^25.3.2
"
,
"esbuild"
:
"
^0.28.0
"
,
"eslint"
:
"
^10.1.0
"
,
"husky"
:
"
^9.1.7
"
,
"jiti"
:
"
^2.6.1
"
,
"lint-staged"
:
"
^16.4.0
"
,
"nx"
:
"
^22.6.5
"
,
"prettier"
:
"
^3.6.2
"
,
"prettier-plugin-organize-imports"
:
"
^4.3.0
"
,
"prettier-plugin-packagejson"
:
"
^3.0.0
"
,
"tsx"
:
"
^4.21.0
"
,
"typescript"
:
"
^5.9.3
"
,
"typescript-eslint"
:
"
^8.46.3
"
},
"engines"
: {
"node"
:
"
>=24
"
}
}
Back
|
FazBrowse Home
|
New Git URL