1 | {
|
2 | "name": "@actions/core",
|
3 | "version": "1.11.1",
|
4 | "description": "Actions core lib",
|
5 | "keywords": [
|
6 | "github",
|
7 | "actions",
|
8 | "core"
|
9 | ],
|
10 | "homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
11 | "license": "MIT",
|
12 | "main": "lib/core.js",
|
13 | "types": "lib/core.d.ts",
|
14 | "directories": {
|
15 | "lib": "lib",
|
16 | "test": "__tests__"
|
17 | },
|
18 | "files": [
|
19 | "lib",
|
20 | "!.DS_Store"
|
21 | ],
|
22 | "publishConfig": {
|
23 | "access": "public"
|
24 | },
|
25 | "repository": {
|
26 | "type": "git",
|
27 | "url": "git+https://github.com/actions/toolkit.git",
|
28 | "directory": "packages/core"
|
29 | },
|
30 | "scripts": {
|
31 | "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
32 | "test": "echo \"Error: run tests from root\" && exit 1",
|
33 | "tsc": "tsc -p tsconfig.json"
|
34 | },
|
35 | "bugs": {
|
36 | "url": "https://github.com/actions/toolkit/issues"
|
37 | },
|
38 | "dependencies": {
|
39 | "@actions/exec": "^1.1.1",
|
40 | "@actions/http-client": "^2.0.1"
|
41 | },
|
42 | "devDependencies": {
|
43 | "@types/node": "^16.18.112"
|
44 | }
|
45 | } |
\ | No newline at end of file |