2020-02-11 14:49:46 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/artifact",
|
2023-08-03 17:34:41 +00:00
|
|
|
"version": "2.0.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",
|
2023-08-03 20:36:11 +00:00
|
|
|
"bootstrap": "cd ../../ && npm run bootstrap",
|
|
|
|
"tsc-run": "tsc",
|
|
|
|
"tsc": "npm run bootstrap && npm run tsc-run"
|
2020-02-11 14:49:46 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-03 17:34:41 +00:00
|
|
|
"@actions/core": "^1.10.0",
|
2023-08-03 19:43:45 +00:00
|
|
|
"@actions/http-client": "^2.1.0",
|
2023-08-10 19:28:41 +00:00
|
|
|
"@azure/storage-blob": "^12.15.0",
|
2023-08-03 19:43:45 +00:00
|
|
|
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
|
2023-08-10 19:28:41 +00:00
|
|
|
"archiver": "^5.3.1",
|
2023-08-15 17:39:57 +00:00
|
|
|
"crypto": "^1.0.1",
|
2023-08-09 18:26:33 +00:00
|
|
|
"jwt-decode": "^3.1.2",
|
2023-08-03 19:43:45 +00:00
|
|
|
"twirp-ts": "^2.5.0"
|
2020-04-23 18:52:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-10 19:28:41 +00:00
|
|
|
"@types/archiver": "^5.3.2",
|
2023-08-03 20:36:11 +00:00
|
|
|
"typescript": "^4.3.0"
|
2020-02-11 14:49:46 +00:00
|
|
|
}
|
2023-08-09 18:26:33 +00:00
|
|
|
}
|