forked from PredictiveMovement/digital-twin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 887 Bytes
/
package.json
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
{
"name": "digital-twin",
"version": "2.6.52",
"description": "## Background",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm:simulator\" \"npm:visualisation\"",
"simulator": "cd packages/simulator && npm run dev",
"visualisation": "cd packages/visualisation && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PredictiveMovement/digital-twin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PredictiveMovement/digital-twin/issues"
},
"homepage": "https://github.com/PredictiveMovement/digital-twin#readme",
"dependencies": {
"dotenv": "^16.0.3"
},
"devDependencies": {
"concurrently": "^8.0.1",
"eslint": "^8.39.0",
"eslint-plugin-rxjs": "^5.0.3",
"lerna": "^6.6.2",
"prettier": "^2.5.1"
},
"workspaces": [
"packages/*"
]
}