Files
GacUI/.github/Agent/packages/CopilotPortal/package.json
2026-03-02 04:51:08 -08:00

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"
}
}