mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 07:42:52 +08:00
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "copilot-portal",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"launch-for-test": "node dist/index.js --test",
|
|
"testStart": "node test/startServer.mjs",
|
|
"testExecute": "node test/runTests.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "^0.1.29"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0",
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|