39 lines
944 B
JSON
39 lines
944 B
JSON
|
{
|
||
|
"name": "@actions/io",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Actions io lib",
|
||
|
"keywords": [
|
||
|
"github",
|
||
|
"actions",
|
||
|
"io"
|
||
|
],
|
||
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
|
||
|
"license": "MIT",
|
||
|
"main": "lib/io.js",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/actions/toolkit.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||
|
"tsc": "tsc"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/actions/toolkit/issues"
|
||
|
},
|
||
|
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
|
||
|
|
||
|
,"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz"
|
||
|
,"_integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA=="
|
||
|
,"_from": "@actions/io@1.0.1"
|
||
|
}
|