-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 855 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
{
"name": "kagi-summarizer-client",
"version": "2.2.0",
"description": "Client for the Kagi Universal Summarizer API",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"preship": "npm run build",
"ship": "np --no-tests"
},
"files": [
"dist"
],
"homepage": "https://github.com/psalaets/kagi-summarizer-client",
"repository": {
"type": "git",
"url": "https://github.com/psalaets/kagi-summarizer-client.git"
},
"engines": {
"node": ">=14.17"
},
"keywords": [
"kagi",
"summarizer",
"summary",
"api",
"llm"
],
"author": "Paul Salaets",
"license": "MIT",
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"np": "^7.7.0",
"typescript": "^5.0.4"
}
}