2019-05-23 04:05:34 +08:00
|
|
|
{
|
|
|
|
|
"name": "@actions/io",
|
2025-10-15 21:42:03 +08:00
|
|
|
"version": "2.0.0",
|
2019-05-23 04:05:34 +08:00
|
|
|
"description": "Actions io lib",
|
|
|
|
|
"keywords": [
|
2019-08-24 05:39:40 +08:00
|
|
|
"github",
|
2019-09-05 23:03:19 +08:00
|
|
|
"actions",
|
2019-08-24 05:39:40 +08:00
|
|
|
"io"
|
2019-05-23 04:05:34 +08:00
|
|
|
],
|
2020-07-21 23:33:05 +08:00
|
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/io",
|
2019-05-23 04:05:34 +08:00
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "lib/io.js",
|
2019-12-18 00:03:58 +08:00
|
|
|
"types": "lib/io.d.ts",
|
2019-05-23 04:05:34 +08:00
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib",
|
|
|
|
|
"test": "__tests__"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2019-09-25 10:30:51 +08:00
|
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
|
|
|
"directory": "packages/io"
|
2019-05-23 04:05:34 +08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-07-15 04:05:53 +08:00
|
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
2019-05-23 04:05:34 +08:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
|
"tsc": "tsc"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
|
|
|
}
|
|
|
|
|
}
|