http-client/package.json

33 lines
812 B
JSON
Raw Normal View History

2020-01-09 23:32:59 +00:00
{
2020-01-10 04:27:59 +00:00
"name": "@actions/http-client",
2020-01-10 20:50:11 +00:00
"version": "1.0.1",
2020-01-09 23:32:59 +00:00
"description": "Actions Http Client",
"main": "index.js",
"scripts": {
2020-01-12 02:23:55 +00:00
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
2020-01-09 23:32:59 +00: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",
"jest": "^24.9.0",
2020-01-12 02:23:55 +00:00
"nock": "^11.7.2",
2020-01-09 23:32:59 +00:00
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
}
}