-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 925 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 925 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
38
39
40
41
42
{
"name": "dashscope-node",
"version": "0.1.4",
"description": "通义千问 灵积大模型 人工智能 dashscope AI nodejs/Typescript OpenAPI SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/pontjs/dashscope-node"
},
"scripts": {
"generate": "pontx generate",
"watch": "tsc -w",
"example": "node example/index.js",
"build": "tsc && cp src/sdk/*.d.ts lib/sdk/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"example",
"lib",
"*.md"
],
"keywords": [
"通义千问",
"灵积",
"大模型",
"dashscope",
"AI",
"nodejs",
"Typescript",
"OpenAPI",
"人工智能",
"SDK"
],
"author": "jasonHzq",
"license": "MIT",
"dependencies": {
"node-fetch": "2",
"pontx-sdk-core": "^0.4.11",
"web-streams-nodejs": "^0.1.1"
}
}