-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 925 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
{
"name": "vanellus",
"description": "The frontend functionality of the Kiebitz appointment sheduling software",
"version": "0.0.1",
"license": "AGPL-3.0",
"author": "KIProtect GmbH",
"homepage": "https://github.com/kiebitz-oss/vanellus",
"repository": {
"type": "git",
"url": "https://github.com/kiebitz-oss/vanellus.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"test": "mocha"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"buffer": "^6",
"eslint": "^8.4.1",
"mocha": "^9.1.3",
"node-fetch": "^2.6.1",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
}
}