-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 909 Bytes
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
39
{
"name": "socha23",
"description": "Provides a client template for the software challenge 2023",
"version": "1.0.0",
"main": "output/index.js",
"types": "output/index.d.ts",
"files": [
"output"
],
"scripts": {
"test": "echo \"Sorry, there are no tests, but they all succeeded\" && exit 0",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/jnccd/socha-client-ts.git"
},
"keywords": [
"socha",
"software-challenge",
"hey-danke-für-den-fisch",
"typescript"
],
"author": "dobiko",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jnccd/socha-client-ts/issues"
},
"dependencies": {
"@types/dom-parser": "^0.1.1",
"@types/linq": "^2.2.33",
"@types/node": "^18.11.18",
"dom-parser": "^0.1.6",
"linq": "^3.2.4"
},
"devDependencies": {
"typescript": "^4.9.5"
}
}