-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
49
{
"name": "auto-garden-ts",
"version": "1.0.0",
"description": "automated garden tools",
"main": "index.js",
"scripts": {
"build": "tsc",
"track-weather": "ts-node -r dotenv/config src/track-weather.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feydan/auto-garden-ts.git"
},
"keywords": [
"garden",
"automated"
],
"author": "Dan Fey",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/feydan/auto-garden-ts/issues"
},
"homepage": "https://github.com/feydan/auto-garden-ts#readme",
"devDependencies": {
"@types/jest": "^29",
"@types/node": "^20.12.11",
"eslint": "^9.2.0",
"jest": "^29",
"prettier": "^3.2.5",
"ts-jest": "^29",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21",
"io-ts-reporters": "^2.0.1",
"io-ts-types": "^0.5.19",
"logging-ts": "^0.3.4",
"minimist": "^1.2.8",
"mqtt": "^5.5.5",
"array-gpio": "^1.7.2"
}
}