-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
42
43
44
45
46
47
48
49
50
51
{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "3.0.2",
"repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": {
"test": "mocha --exit --require ts-node/register **/*.spec.ts",
"build": "node build.mjs",
"start": "node dist/index.cjs"
},
"dependencies": {
"@date-fns/tz": "^1.4.1",
"@types/qs": "^6.14.0",
"async-mutex": "^0.5.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"date-fns": "^4.1.0",
"dotenv": "^8.6.0",
"express": "^4.21.2",
"geo-tz": "^8.1.4",
"jose": "^6.0.12",
"mockdate": "^2.0.5",
"pino": "^9.9.0",
"pino-http": "^10.5.0",
"qs": "^6.14.0",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/cors": "^2.8.19",
"@types/cron": "^1.7.3",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.23",
"@types/jsonwebtoken": "^9.0.10",
"@types/mocha": "^5.2.7",
"@types/mock-express-request": "^0.2.3",
"@types/nock": "^11.1.0",
"@types/node": "^10.17.60",
"@types/suncalc": "^1.9.2",
"chai": "^4.5.0",
"esbuild": "^0.25.9",
"mocha": "^10.8.2",
"mock-express-request": "^0.2.2",
"mock-express-response": "^0.2.2",
"nock": "^10.0.6",
"node-watch": "^0.6.4",
"nodemon": "^2.0.22",
"ts-node": "^8.10.2",
"typescript": "^5.9.2"
}
}