-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 949 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
{
"name": "langchain-copilot-cli",
"version": "1.4.0",
"description": "",
"private": "true",
"workspaces": [
"packages/core",
"packages/scaffold",
"packages/commands",
"packages/simple"
],
"scripts": {
"build": "npm run build --workspaces",
"start": "npm run start -w @bsorrentino/simple-cli",
"build:termkit": "npm run build -w termkit-cli",
"start:termkit": "npm run start -w termkit-cli",
"build:scaffold": "npm run build -w copilot-cli-scaffold",
"start:scaffold": "npm run start -w copilot-cli-scaffold",
"changelog": "git-changelog-command-line -of CHANGELOG.md"
},
"keywords": [],
"author": "bsorrentino <[email protected]> (http://soulsoftware-bsc.blogspot.it/)",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^20.8.9",
"lerna": "^8.1.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}