diff --git a/package.json b/package.json index 8bf62f3c..1635b9a2 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,11 @@ { - "name": "typescript-action", - "version": "0.0.0", "private": true, - "description": "TypeScript template action", - "main": "lib/main.js", "scripts": { "test": "jest", "build:copy": "mkdir -p lib && cp -a src/{install-*,opam.bat} lib/", "build:setup-ocaml": "ncc build src/setup-ocaml.ts -o lib", "build": "npm-run-all -p build:*" }, - "repository": { - "type": "git", - "url": "git+https://github.com/actions/typescript-action.git" - }, - "keywords": [ - "actions", - "node", - "setup" - ], - "author": "YourNameOrOrganization", - "license": "MIT", "dependencies": { "@actions/core": "^1.0.0", "@actions/tool-cache": "^1.1.2"