mirror of
https://github.com/actions/http-client.git
synced 2025-02-25 00:52:46 +00:00
35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"name": "@actions/http-client",
|
|
"version": "1.0.0",
|
|
"description": "Actions Http Client",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
|
|
"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",
|
|
"nock": "^11.7.2",
|
|
"shelljs": "^0.8.3",
|
|
"ts-jest": "^24.3.0",
|
|
"typescript": "^3.7.4"
|
|
}
|
|
}
|