-
Notifications
You must be signed in to change notification settings - Fork 5
/
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": "fhw-web",
"version": "1.0.4",
"description": "Übungsbegleitendes Framework zur Veranstaltung \"Web-Anwendungen\" und \"Web-Technologien\" an der Fachhochschule Wedel\"",
"main": "dist/index.js",
"scripts": {
"prepublish": "tsc",
"tsc": "tsc",
"build": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marianpg/fhw-web.git"
},
"author": "[mpg] Marian P. Gajda",
"license": "MIT",
"bugs": {
"url": "https://github.com/marianpg/fhw-web/issues"
},
"homepage": "https://github.com/marianpg/fhw-web#readme",
"dependencies": {
"buzzy": "^1.0.6"
},
"devDependencies": {
"@types/node": "^13.13.4",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3"
}
}