Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skanda890 committed Aug 9, 2024
1 parent 7e482f4 commit 94c2dd7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "my-project",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js",
"build": "webpack --config webpack.config.js",
"test": "vitest",
"test:ci": "vitest --reporter=junit --outputFile=./test-results.xml"
},
"dependencies": {
"@azure-rest/ai-inference": "latest",
"@azure/core-auth": "latest",
"@azure/core-sse": "latest",
"express": "^4.17.1",
"openai": "latest"
},
"devDependencies": {
"@codecov/vite-plugin": "^0.0.1-beta.10",
"vitest": "^0.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0"
}
}

0 comments on commit 94c2dd7

Please sign in to comment.