-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "user-team-access",
"version": "0.1.0",
"private": true,
"description": "Composite action to add users or teams to repositories with specific access levels",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"all": "npm run build && npm run package",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.0",
"@octokit/rest": "^19.0.7",
"@types/jest": "^27.5.2",
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.9",
"@typescript-eslint/parser": "^5.57.0",
"@vercel/ncc": "^0.36.1",
"copyfiles": "^2.4.1",
"eslint": "^8.37.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.1.5",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"prettier": "^2.7.1",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4"
}
}