2019-05-16 20:40:21 +00:00
|
|
|
{
|
|
|
|
"name": "@actions/core",
|
2024-10-04 21:23:42 +00:00
|
|
|
"version": "1.11.1",
|
2019-05-16 20:40:21 +00:00
|
|
|
"description": "Actions core lib",
|
|
|
|
"keywords": [
|
2019-08-23 21:39:40 +00:00
|
|
|
"github",
|
|
|
|
"actions",
|
|
|
|
"core"
|
2019-05-16 20:40:21 +00:00
|
|
|
],
|
2020-07-21 15:33:05 +00:00
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
2019-05-16 20:40:21 +00:00
|
|
|
"license": "MIT",
|
2019-05-17 14:31:07 +00:00
|
|
|
"main": "lib/core.js",
|
2019-12-17 16:03:58 +00:00
|
|
|
"types": "lib/core.d.ts",
|
2019-05-16 20:40:21 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "__tests__"
|
|
|
|
},
|
|
|
|
"files": [
|
2020-06-04 19:14:19 +00:00
|
|
|
"lib",
|
|
|
|
"!.DS_Store"
|
2019-05-16 20:40:21 +00:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-25 02:30:51 +00:00
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
"directory": "packages/core"
|
2019-05-16 20:40:21 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-14 20:05:53 +00:00
|
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
2019-05-16 20:40:21 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
2023-08-03 20:36:11 +00:00
|
|
|
"tsc": "tsc -p tsconfig.json"
|
2019-05-16 20:40:21 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
2019-05-17 03:36:45 +00:00
|
|
|
},
|
2021-09-28 16:55:21 +00:00
|
|
|
"dependencies": {
|
2023-11-14 19:15:26 +00:00
|
|
|
"@actions/exec": "^1.1.1",
|
2024-10-02 16:28:06 +00:00
|
|
|
"@actions/http-client": "^2.0.1"
|
2021-09-28 16:55:21 +00:00
|
|
|
},
|
2019-05-17 03:36:45 +00:00
|
|
|
"devDependencies": {
|
2024-10-04 21:23:42 +00:00
|
|
|
"@types/node": "^16.18.112"
|
2019-05-16 20:40:21 +00:00
|
|
|
}
|
2023-08-03 20:36:11 +00:00
|
|
|
}
|