Files
http-client/package.json

33 lines
713 B
JSON
Raw Normal View History

2020-01-09 18:32:59 -05:00
{
2020-01-09 23:27:59 -05:00
"name": "@actions/http-client",
2020-01-10 15:50:11 -05:00
"version": "1.0.1",
2020-01-09 18:32:59 -05:00
"description": "Actions Http Client",
"main": "index.js",
"scripts": {
2020-01-10 18:12:28 -05:00
"build": "tsc",
2020-01-09 18:32:59 -05:00
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/http-client.git"
},
"keywords": [
"Actions",
"Http"
],
"author": "GitHub, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/http-client/issues"
},
"homepage": "https://github.com/actions/http-client#readme",
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^13.1.5",
"@types/shelljs": "^0.8.6",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
}
}