github-pages-deploy-action/node_modules/@actions/core/package.json

42 lines
912 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@actions/core",
2020-09-13 06:19:45 +08:00
"version": "1.2.5",
2020-03-22 05:13:25 +08:00
"description": "Actions core lib",
"keywords": [
"github",
"actions",
"core"
],
2020-09-13 06:19:45 +08:00
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
2020-03-22 05:13:25 +08:00
"license": "MIT",
"main": "lib/core.js",
2020-03-31 20:57:48 +08:00
"types": "lib/core.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
2020-09-13 06:19:45 +08:00
"lib",
"!.DS_Store"
2020-03-31 20:57:48 +08:00
],
2020-01-28 13:07:56 +08:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/core"
},
"scripts": {
2020-09-13 06:19:45 +08:00
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
2020-01-28 13:07:56 +08:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@types/node": "^12.0.2"
}
2020-01-28 13:07:56 +08:00
}