marocchino-sticky-pull-requ.../package.json
marocchino cb362a8c45
Merge pull request #58 from marocchino/dependabot/npm_and_yarn/types/jest-25.1.3
build(deps-dev): bump @types/jest from 25.1.2 to 25.1.3
2020-02-21 09:22:41 +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.2",
"@actions/github": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
}
}