-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"private": true,
"type": "module",
"workspaces": [
"modules/**"
],
"scripts": {
"api": "ts-node ./modules/cli/itsmworkbench/index api -d organisations",
"start": "cd modules/react/react && yarn start --port 1238",
"itsm": "cd modules/react2/itsm2 && yarn start"
},
"staticFiles": {
"staticPath": "public"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.11.0",
"@parcel/transformer-webmanifest": "^2.11.0",
"assert": "^2.0.0",
"buffer": "^5.5.0||^6.0.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.1.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-http": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"url": "^0.11.0",
"util": "^0.12.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2"
}
}