-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 873 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
39
40
{
"name": "@trickfilm400/senertec-dachs-msr2",
"version": "0.1.5",
"description": "SenerTec Dachs MSR2 GLT-Ethernet REST API Client",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json"
},
"keywords": [
"typescript",
"senertec",
"dachs",
"msr2",
"glt",
"rest",
"api"
],
"files": [
"dist/",
"types/"
],
"types": "dist/index.d.ts",
"author": "Nico W. <[email protected]> (https://trickfilm400.de/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Trickfilm400/senertec-dachs-msr2/"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.5",
"typescript": "^5.6.2"
},
"dependencies": {
"axios": "^1.7.7",
"lodash": "^4.17.21"
}
}