marocchino-sticky-pull-requ.../package.json
marocchino 9ed3548ae8
Merge pull request #80 from marocchino/dependabot/npm_and_yarn/jest-25.2.4
build(deps-dev): bump jest from 25.1.0 to 25.2.4
2020-03-31 11:20:38 +09:00

34 lines
714 B
JSON

{
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.3",
"jest": "^25.2.4",
"jest-circus": "^25.1.0",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
}
}