generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
35 lines (35 loc) · 780 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "javascript-template-action",
"version": "0.0.0",
"private": true,
"description": "JavaScript template action",
"main": "dist/index.js",
"scripts": {
"build": "ncc build ./src/main.ts -o dist/",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-template.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.0.0",
"@vercel/ncc": "^0.38.1"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "17.0.12",
"jest": "27.4.7",
"jest-circus": "27.4.6",
"ts-jest": "27.1.2",
"typescript": "4.5.5"
}
}