forked from OpenSprinkler/OpenSprinkler-Weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "2.0.4",
"repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": {
"test": "mocha --exit --require ts-node/register **/*.spec.ts",
"start": "node js/server",
"dev": "node scripts/server",
"debug": "node --inspect=9229 js/server",
"bundle": "npm run compile && zip weather.zip -r js package.json package-lock.json",
"deploy": "npm run bundle && eb deploy",
"compile": "tsc"
},
"dependencies": {
"cors": "^2.8.5",
"cron": "^1.3.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"geo-tz": "^5.0.4",
"http": "0.0.0",
"mockdate": "^2.0.2",
"moment-timezone": "^0.5.25",
"node-cache": "^4.2.0",
"suncalc": "^1.8.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/cors": "^2.8.5",
"@types/cron": "^1.3.0",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.16.1",
"@types/mocha": "^5.2.6",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^10.14.6",
"@types/node-cache": "^4.1.3",
"@types/suncalc": "^1.8.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mock-express-request": "^0.2.2",
"mock-express-response": "^0.2.2",
"nock": "^10.0.6",
"node-watch": "^0.6.2",
"nodemon": "^1.19.0",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
}
}