-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1007 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
37
38
{
"name": "fh-kufstein-modelmanagement",
"version": "0.0.4",
"description": "Enables you to upload new compressions for your model management system.",
"main": "app.js",
"husky": {
"hooks": {
"pre-commit": "npm run prettier"
}
},
"scripts": {
"build": "stencil build",
"prestart": "stencil build --dev",
"start": "node app.js",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,scss,css,json}\""
},
"devDependencies": {
"@stencil/core": "~0.13.2",
"prettier": "^1.15.3"
},
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.3",
"formidable": "^1.2.1",
"localize": "^0.4.7",
"npm": "^6.14.6",
"semver": "^5.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wsdt/fh_modelmanagement"
},
"author": "Kevin A. Riedl (WSDT)",
"license": "UNLICENSED",
"homepage": "https://github.com/wsdt"
}