send-mail/node_modules/@actions/core/package.json

42 lines
912 B
JSON
Raw Normal View History

2020-03-01 05:01:03 +07:00
{
2021-06-23 00:18:21 +07:00
"name": "@actions/core",
2021-07-14 13:08:23 +07:00
"version": "1.4.0",
2020-03-01 05:01:03 +07:00
"description": "Actions core lib",
2021-06-23 00:18:21 +07:00
"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",
2020-03-01 05:01:03 +07:00
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
2020-08-30 17:08:22 +07:00
"lib",
"!.DS_Store"
2020-03-01 05:01:03 +07:00
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/core"
},
"scripts": {
2020-08-30 17:08:22 +07:00
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
2020-03-01 05:01:03 +07:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2021-06-23 00:18:21 +07:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@types/node": "^12.0.2"
}
2020-03-01 05:01:03 +07:00
}