chore: tidy up package.json

This commit is contained in:
Marais Rossouw
2025-07-24 08:04:24 +10:00
parent 0b15edbb56
commit d045ae4018
2 changed files with 6 additions and 21 deletions

11
package-lock.json generated
View File

@@ -1,26 +1,25 @@
{
"name": "typescript-action",
"name": "ai-inference",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "typescript-action",
"name": "ai-inference",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@modelcontextprotocol/sdk": "^1.15.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0",
"pkce-challenge": "^5.0.0"
},
"devDependencies": {
"@azure-rest/ai-inference": "*",
"@azure/core-auth": "*",
"@azure/core-sse": "*",
"@azure-rest/ai-inference": "latest",
"@azure/core-auth": "latest",
"@azure/core-sse": "latest",
"@eslint/compat": "^1.3.0",
"@github/local-action": "^5.1.0",
"@jest/globals": "^30.0.2",

View File

@@ -1,21 +1,7 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"name": "ai-inference",
"version": "1.0.0",
"author": "",
"type": "module",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"bugs": {
"url": "https://github.com/actions/typescript-action/issues"
},
"keywords": [
"actions"
],
"exports": {
".": "./dist/index.js"
},