forked from actions/first-interaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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": "first-interaction-action",
"version": "1.1.1-zephyr-4",
"description": "An action for greeting first time contributors.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zephyrproject-rtos/first-interaction.git"
},
"keywords": [
"actions",
"container",
"toolkit",
"first",
"interaction"
],
"author": "GitHub",
"license": "ISC",
"bugs": {
"url": "https://github.com/zephyrproject-rtos/first-interaction/issues"
},
"homepage": "https://github.com/zephyrproject-rtos/first-interaction#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/core": "^4.2.0",
"@octokit/plugin-retry": "^4.1.3",
"@octokit/plugin-throttling": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^4.9.3"
}
}