-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 804 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 804 Bytes
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
{
"name": "moonshot-node",
"version": "0.0.5",
"description": "moonshot kimi AI nodejs/Typescript OpenAPI SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/pontjs/moonshot-node"
},
"scripts": {
"watch": "tsc -w",
"example": "node example/index.js",
"build": "tsc && cp src/sdk/*.d.ts lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"moonshot",
"kimi",
"AI",
"nodejs",
"Typescript",
"OpenAPI",
"SDK",
"月之暗面"
],
"author": "jasonHzq",
"license": "MIT",
"dependencies": {
"node-fetch": "2",
"pontx-sdk-core": "^0.4.5",
"web-streams-nodejs": "^0.1.1"
},
"devDependencies": {
"pontx-cli": "^0.4.5"
}
}