setup-sp/package.json
rumblefrog 27193c76a5
refactor(scraper): use typed rest client
Typed rest client is already available as a result of dependency of Github toolchains

So instead of including additional axios, we'll use already existing lib
2019-11-15 22:45:48 -05:00

10 lines
210 B
JSON

{
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/tool-cache": "^1.1.2",
"@types/node": "^12.12.7",
"@types/semver": "^6.2.0",
"await-to-js": "^2.1.1",
"semver": "^6.3.0"
}
}