action-docs
Advanced tools
Comparing version 0.0.5-beta to 0.0.6-beta
{ | ||
"_from": "action-docs@0.0.3-beta", | ||
"_id": "action-docs@0.0.3-beta", | ||
"_inBundle": false, | ||
"_integrity": "sha512-XFELtIM49wNaMH4UxioHmS75nTm5Kc59AQ+Gdss8A1GpIYZivUIYacJLvA3pEHh4qW2Q0HeskbXtqItyMiSdIQ==", | ||
"_location": "/action-docs", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "version", | ||
"registry": true, | ||
"raw": "action-docs@0.0.3-beta", | ||
"name": "action-docs", | ||
"escapedName": "action-docs", | ||
"rawSpec": "0.0.3-beta", | ||
"saveSpec": null, | ||
"fetchSpec": "0.0.3-beta" | ||
}, | ||
"_requiredBy": [ | ||
"#USER", | ||
"/" | ||
], | ||
"_resolved": "https://registry.npmjs.org/action-docs/-/action-docs-0.0.3-beta.tgz", | ||
"_shasum": "c00e027708d48fb1de097ebfae91fb6bf4314419", | ||
"_spec": "action-docs@0.0.3-beta", | ||
"_where": "/Users/niek/projects/github/npalm/action-docs/tmmp", | ||
"author": { | ||
"name": "Niek Palm" | ||
}, | ||
"name": "action-docs", | ||
"version": "0.0.6-beta", | ||
"description": "Generate GitHub action docs based on action.yml", | ||
"main": "lib/index.js", | ||
"bin": { | ||
"action-docs": "lib/cli.js" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/npalm/action-docs/issues" | ||
"scripts": { | ||
"build": "tsc", | ||
"format": "prettier --write **/*.ts", | ||
"format-check": "prettier --check **/*.ts", | ||
"lint": "eslint src/**/*.ts", | ||
"test": "jest --coverage", | ||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test", | ||
"watch": "ts-node-dev --respawn --exit-child", | ||
"dev": "ts-node", | ||
"release": "semantic-release" | ||
}, | ||
"bundleDependencies": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/npalm/action-docs.git" | ||
}, | ||
"keywords": [ | ||
"actions", | ||
"node", | ||
"github", | ||
"cli", | ||
"docs" | ||
], | ||
"author": "Niek Palm", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -43,4 +40,2 @@ "chalk": "^4.1.0", | ||
}, | ||
"deprecated": false, | ||
"description": "Generate GitHub action docs based on action.yml", | ||
"devDependencies": { | ||
@@ -72,29 +67,9 @@ "@semantic-release/changelog": "^5.0.1", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/npalm/action-docs/issues" | ||
}, | ||
"homepage": "https://github.com/npalm/action-docs#readme", | ||
"keywords": [ | ||
"actions", | ||
"node", | ||
"github", | ||
"cli", | ||
"docs" | ||
], | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"name": "action-docs", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/npalm/action-docs.git" | ||
}, | ||
"scripts": { | ||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test", | ||
"build": "tsc", | ||
"dev": "ts-node", | ||
"format": "prettier --write **/*.ts", | ||
"format-check": "prettier --check **/*.ts", | ||
"lint": "eslint src/**/*.ts", | ||
"release": "semantic-release", | ||
"test": "jest --coverage", | ||
"watch": "ts-node-dev --respawn --exit-child" | ||
}, | ||
"version": "0.0.5-beta" | ||
"directories": { | ||
"lib": "lib" | ||
} | ||
} |
481675
33
13330