UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@actions/core",
3 "version": "1.10.0",
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"
34 },
35 "bugs": {
36 "url": "https://github.com/actions/toolkit/issues"
37 },
38 "dependencies": {
39 "@actions/http-client": "^2.0.1",
40 "uuid": "^8.3.2"
41 },
42 "devDependencies": {
43 "@types/node": "^12.0.2",
44 "@types/uuid": "^8.3.4"
45 }
46}