Files
setup-task/package.json
Massimiliano Pippi 93f47f8dcf prettify setup-taskfile
2019-09-17 12:21:08 +02:00

43 lines
925 B
JSON

{
"name": "setup-task-action",
"version": "0.0.0",
"private": true,
"description": "Setup Task action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arduino/actions.git"
},
"keywords": [
"actions",
"taskfile",
"task",
"setup"
],
"author": "Arduino",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/tool-cache": "^1.1.0",
"semver": "^6.1.1"
},
"devDependencies": {
"@actions/io": "^1.0.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.17.1",
"nock": "^10.0.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
}
}