-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 924 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
35
36
{
"name": "fh-simulator",
"version": "1.0.0",
"description": "Run this simulator with the following command:",
"main": "app.js",
"dependencies": {
"csv-parse": "^4.16.3",
"csv-parser": "^3.0.0",
"fs": "0.0.1-security",
"stream": "0.0.2",
"webpack": "^5.62.2",
"webpack-cli": "^4.9.1"
},
"devDependencies": {},
"scripts": {
"start": "webpack --mode production -w",
"data": "node ./data/update.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Estebmaister/fh-simulator.git"
},
"keywords": [
"simulator",
"fire heater",
"thermodynamic",
"chemical engineering"
],
"author": "Esteban Camargo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Estebmaister/fh-simulator/issues"
},
"homepage": "https://github.com/Estebmaister/fh-simulator#readme"
}