2020-02-11 14:49:46 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/artifact",
|
2020-03-12 19:36:46 +00:00
|
|
|
"version": "0.2.0",
|
2020-02-11 14:49:46 +00:00
|
|
|
"preview": true,
|
|
|
|
"description": "Actions artifact lib",
|
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"actions",
|
|
|
|
"artifact"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/artifact",
|
|
|
|
"license": "MIT",
|
2020-02-13 23:24:11 +00:00
|
|
|
"main": "lib/artifact-client.js",
|
|
|
|
"types": "lib/artifact-client.d.ts",
|
2020-02-11 14:49:46 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/artifact"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"audit-moderate": "npm install && npm audit --audit-level=moderate",
|
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
"tsc": "tsc"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": "^1.2.1",
|
2020-03-12 13:50:27 +00:00
|
|
|
"@actions/http-client": "^1.0.6",
|
|
|
|
"@types/tmp": "^0.1.0",
|
|
|
|
"tmp": "^0.1.0",
|
|
|
|
"tmp-promise": "^2.0.2"
|
2020-02-11 14:49:46 +00:00
|
|
|
}
|
|
|
|
}
|