-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
41
{
"name": "ct",
"version": "0.0.1",
"description": "Demo git server",
"author": "ConfiguredThings",
"license": "UNLICENSED",
"repository": "git://github.com/ConfiguredThings/CrossDomain-Docker.git",
"scripts": {
"docker-build": "./bin/build.sh cache ${npm_package_name} ${npm_package_version}",
"docker-release": "./bin/build.sh github ${npm_package_name} ${npm_package_version} linux/amd64,linux/arm64 ",
"docker-bump": "./bin/bumpDocker.sh",
"test": "jest",
"sloc": "sloc -d src/",
"howfat": "howfat -r table"
},
"dependencies": {
"@configuredthings/sfjs-chirpstack": "^2.3.1",
"@configuredthings/sfjs-datapipeline": "^1.3.2",
"@configuredthings/sfjs-components": "^2.22.0",
"@configuredthings/sfjs-daemon": "^1.4.0",
"@configuredthings/sisljs": "^0.1.0",
"date-format": "^4.0.14",
"got": "^11.8.2",
"jsonata": "^2.0.3",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"mqtt": "^5.3.3",
"mqtt-match": "^3.0.0",
"supervisord": "^0.1.0",
"supervisord-eventlistener": "^0.2.0"
},
"devDependencies": {
"howfat": "^0.3.8",
"jest": "^29.7.0",
"sloc": "^0.3.0"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
}
}