github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@actions/io/package.json (about) 1 { 2 "name": "@actions/io", 3 "version": "1.1.1", 4 "description": "Actions io lib", 5 "keywords": [ 6 "github", 7 "actions", 8 "io" 9 ], 10 "homepage": "https://github.com/actions/toolkit/tree/main/packages/io", 11 "license": "MIT", 12 "main": "lib/io.js", 13 "types": "lib/io.d.ts", 14 "directories": { 15 "lib": "lib", 16 "test": "__tests__" 17 }, 18 "files": [ 19 "lib" 20 ], 21 "publishConfig": { 22 "access": "public" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/actions/toolkit.git", 27 "directory": "packages/io" 28 }, 29 "scripts": { 30 "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json", 31 "test": "echo \"Error: run tests from root\" && exit 1", 32 "tsc": "tsc" 33 }, 34 "bugs": { 35 "url": "https://github.com/actions/toolkit/issues" 36 } 37 }