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
+5 -6
View File
@@ -1,26 +1,25 @@
{ {
"name": "typescript-action", "name": "ai-inference",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "typescript-action", "name": "ai-inference",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@modelcontextprotocol/sdk": "^1.15.1", "@modelcontextprotocol/sdk": "^1.15.1",
"@rollup/plugin-json": "^6.1.0", "@rollup/plugin-json": "^6.1.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"pkce-challenge": "^5.0.0" "pkce-challenge": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@azure-rest/ai-inference": "*", "@azure-rest/ai-inference": "latest",
"@azure/core-auth": "*", "@azure/core-auth": "latest",
"@azure/core-sse": "*", "@azure/core-sse": "latest",
"@eslint/compat": "^1.3.0", "@eslint/compat": "^1.3.0",
"@github/local-action": "^5.1.0", "@github/local-action": "^5.1.0",
"@jest/globals": "^30.0.2", "@jest/globals": "^30.0.2",
+1 -15
View File
@@ -1,21 +1,7 @@
{ {
"name": "typescript-action", "name": "ai-inference",
"description": "GitHub Actions TypeScript template",
"version": "1.0.0", "version": "1.0.0",
"author": "",
"type": "module", "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": { "exports": {
".": "./dist/index.js" ".": "./dist/index.js"
}, },