47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "first-interaction-action",
|
|
"version": "1.3.0",
|
|
"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/actions/first-interaction.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"container",
|
|
"toolkit",
|
|
"first",
|
|
"interaction"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/first-interaction/issues"
|
|
},
|
|
"homepage": "https://github.com/actions/first-interaction#readme",
|
|
"dependencies": {
|
|
"@actions/core": "file:toolkit/actions-core-1.10.0.tgz",
|
|
"@actions/exec": "file:toolkit/actions-exec-1.1.1.tgz",
|
|
"@actions/github": "file:toolkit/actions-github-5.1.1.tgz",
|
|
"@actions/http-client": "^2.2.0",
|
|
"@actions/io": "file:toolkit/actions-io-1.1.2.tgz",
|
|
"@actions/tool-cache": "file:toolkit/actions-tool-cache-2.0.1.tgz",
|
|
"@octokit/rest": "file:toolkit/octokit-rest.js-20.0.2.tgz"
|
|
},
|
|
"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": "^3.5.1"
|
|
}
|
|
}
|