2020-02-11 14:49:46 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/artifact",
|
2020-12-18 20:40:50 +00:00
|
|
|
"version": "0.5.0",
|
2020-02-11 14:49:46 +00:00
|
|
|
"preview": true,
|
|
|
|
"description": "Actions artifact lib",
|
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"actions",
|
|
|
|
"artifact"
|
|
|
|
],
|
2020-07-21 15:33:05 +00:00
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/artifact",
|
2020-02-11 14:49:46 +00:00
|
|
|
"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": [
|
2020-06-04 19:14:19 +00:00
|
|
|
"lib",
|
|
|
|
"!.DS_Store"
|
2020-02-11 14:49:46 +00:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/artifact"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-14 20:05:53 +00:00
|
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
2020-02-11 14:49:46 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
"tsc": "tsc"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-13 21:51:15 +00:00
|
|
|
"@actions/core": "^1.2.6",
|
2020-04-08 14:55:18 +00:00
|
|
|
"@actions/http-client": "^1.0.7",
|
2020-03-12 13:50:27 +00:00
|
|
|
"@types/tmp": "^0.1.0",
|
|
|
|
"tmp": "^0.1.0",
|
|
|
|
"tmp-promise": "^2.0.2"
|
2020-04-23 18:52:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^3.8.3"
|
2020-02-11 14:49:46 +00:00
|
|
|
}
|
|
|
|
}
|