-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 914 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
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"@hapi/hawk": "8.0.0",
"axios": "1.7.8"
},
"description": "An absence.io API client",
"devDependencies": {
"@types/hapi__hawk": "8.0.6",
"@types/node": "~20",
"rimraf": "6.0.1",
"typedoc": "0.27.2",
"typescript": "5.6.3"
},
"engines": {
"node": ">= 10.9"
},
"files": [
"dist"
],
"keywords": [
"api",
"absence.io",
"absence",
"absenceio"
],
"license": "GPL-3.0",
"main": "dist/index.js",
"name": "absence.io",
"repository": "https://github.com/ffflorian/api-clients/tree/main/packages/absence.io",
"scripts": {
"build:ts": "tsc",
"build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/absence.io src/index.ts",
"clean": "rimraf dist",
"dist": "yarn clean && yarn build:ts",
"test": "exit 0"
},
"version": "2.2.9"
}