mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-11 13:33:16 -05:00
✨ Extract path from Docker Image (#1)
This commit is contained in:
parent
f6106497d3
commit
bf80417647
11 changed files with 3800 additions and 0 deletions
34
package.json
Normal file
34
package.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "@shrink/actions-docker-extract",
|
||||
"version": "0.1.0",
|
||||
"description": "Extract from a Docker Image",
|
||||
"author": "Samuel Ryan <sam@samryan.co.uk>",
|
||||
"homepage": "https://github.com/shrink/actions-docker-extract#readme",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/extract.js",
|
||||
"lint": "eslint 'src/**.js' --fix",
|
||||
"commit": "npm run-script lint && npm run-script build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shrink/actions-document-sign.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/shrink/actions-docker-extract/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/exec": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-airbnb": "^18.2.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-react": "^7.20.6",
|
||||
"eslint-plugin-react-hooks": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue