generated from cloud-cli/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 766 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 766 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
{
"name": "plugin-chat",
"private": true,
"version": "0.0.0",
"main": "./index.js",
"type": "module",
"scripts": {
"ci": "npm i && npx rollup -c rollup.config.mjs",
"build": "tsc",
"test": "echo ok"
},
"prettier": "@cloud-cli/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/cloud-cli/plugin-chat.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@cloud-cli/jest-config": "^1.0.0",
"@cloud-cli/prettier-config": "^1.0.0",
"@cloud-cli/rollup-config": "^1.0.0",
"@cloud-cli/typescript-config": "^1.0.0",
"@cloud-cli/store": "^2.0.0",
"@types/node": "^18.15.11"
},
"dependencies": {
"@cloud-cli/gw": "^1.6.1",
"openai": "^4.0.0"
}
}