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

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