-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 869 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
41
42
{
"name": "sunrise-timer-ha",
"scripts": {
"start": "tsn src/sunrise-timer.ts"
},
"dependencies": {
"@naturalcycles/js-lib": "^14.261.1",
"js-yaml": "^4.1.0",
"oauth-1.0a": "^2.2.6",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^15.28.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.9.0",
"jest": "^29.7.0"
},
"files": [
"dist",
"src",
"!src/test",
"!src/**/*.test.ts",
"!src/**/__snapshots__",
"!src/**/__exclude"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribor/sunrise-timer-ha"
},
"engines": {
"node": ">=22"
},
"version": "0.0.0",
"description": "",
"author": "Kristofer Borgström",
"license": "MIT"
}