We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab082da + 0802afd commit f200c04Copy full SHA for f200c04
package.json
@@ -1,26 +1,11 @@
1
{
2
- "name": "typescript-action",
3
- "version": "0.0.0",
4
"private": true,
5
- "description": "TypeScript template action",
6
- "main": "lib/main.js",
7
"scripts": {
8
"test": "jest",
9
"build:copy": "mkdir -p lib && shx cp src/*.{bat,cmd,sh} lib/",
10
"build:setup-ocaml": "ncc build src/setup-ocaml.ts -o lib",
11
"build": "npm-run-all -p build:*"
12
},
13
- "repository": {
14
- "type": "git",
15
- "url": "git+https://github.com/actions/typescript-action.git"
16
- },
17
- "keywords": [
18
- "actions",
19
- "node",
20
- "setup"
21
- ],
22
- "author": "YourNameOrOrganization",
23
- "license": "MIT",
24
"dependencies": {
25
"@actions/core": "1.2.3",
26
"@actions/tool-cache": "1.3.3"
0 commit comments