action-debian-package/node_modules/@actions/io/package.json

38 lines
823 B
JSON
Raw Normal View History

2020-03-26 09:34:31 +00:00
{
2022-10-27 08:26:28 +00:00
"name": "@actions/io",
"version": "1.1.2",
2020-03-26 09:34:31 +00:00
"description": "Actions io lib",
"keywords": [
"github",
"actions",
"io"
],
2022-10-27 08:26:28 +00:00
"homepage": "https://github.com/actions/toolkit/tree/main/packages/io",
2020-03-26 09:34:31 +00:00
"license": "MIT",
"main": "lib/io.js",
2022-10-27 08:26:28 +00:00
"types": "lib/io.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
2020-03-26 09:34:31 +00:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/io"
},
"scripts": {
2022-10-27 08:26:28 +00:00
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
2020-03-26 09:34:31 +00:00
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
2022-10-27 08:26:28 +00:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
}
2020-03-26 09:34:31 +00:00
}