-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 901 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
{
"name": "gregatta",
"version": "1.0.0",
"description": "A project (Milestone 3) for the course \"Applied Computational Intelligence\" of my studies in Medical Informatics @ FHNW.",
"main": "index.js",
"scripts": {
"server": "node index.ts",
"front": "parcel simulation/index.html",
"start": "parcel build simulation/index.html --dist-dir simulation/dist --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Greg8052/gRegatta.git"
},
"author": "greg8052",
"license": "ISC",
"bugs": {
"url": "https://github.com/Greg8052/gRegatta/issues"
},
"homepage": "https://github.com/Greg8052/gRegatta#readme",
"dependencies": {
"express": "^4.18.2",
"pathfinding": "^0.4.18"
},
"devDependencies": {
"@types/node": "^18.16.1",
"parcel": "^2.8.3"
}
}