46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "@actions/core",
|
|
"version": "1.10.0",
|
|
"description": "Actions core lib",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"core"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
|
"license": "MIT",
|
|
"main": "lib/core.js",
|
|
"types": "lib/core.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!.DS_Store"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"scripts": {
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"tsc": "tsc"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/http-client": "^2.0.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.2",
|
|
"@types/uuid": "^8.3.4"
|
|
}
|
|
}
|