-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 882 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 882 Bytes
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
{
"name": "@writerpublic/github-actions",
"version": "1.0.0",
"description": "WriterPublic's github actions",
"scripts": {
"build": "npm-run-all -p build:*",
"build:minimize-comments": "ncc build minimize-comments/main.ts -o minimize-comments/dist",
"test": "jest"
},
"author": "WriterPublic",
"license": "ISC",
"devDependencies": {
"@octokit/webhooks-types": "^6.2.4",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^3.12.5",
"@types/minimatch": "^3.0.4",
"@vercel/ncc": "^0.34.0",
"jest": "^28.1.3",
"npm-run-all": "^4.1.5",
"semantic-release": "^23.1.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.3",
"@actions/glob": "^0.3.0",
"js-yaml": "^3.14.1",
"minimatch": "^3.0.4"
}
}