|
1 | 1 | { |
2 | | - "name": "file-reader-action-v2", |
3 | | - "version": "2.0.1", |
| 2 | + "name": "github-file-reader-action-v2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "GitHub Action to read the contents of a file", |
6 | | - "homepage": "https://github.com/marketplace/actions/github-file-reader-v2", |
| 6 | + "homepage": "https://github.com/marketplace/actions/github-file-reader-action-v2", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/guibranco/file-reader-action-v2/issues" |
| 9 | + }, |
7 | 10 | "main": "lib/main.js", |
8 | 11 | "exports": { |
9 | 12 | ".": "./dist/index.js" |
10 | 13 | }, |
11 | 14 | "engines": { |
12 | 15 | "node": ">=16" |
13 | 16 | }, |
14 | | - "scripts": { |
15 | | - "bundle": "npm run format:write && npm run package", |
16 | | - "ci-test": "jest", |
17 | | - "format:write": "prettier --write **/*.ts", |
18 | | - "format:check": "prettier --check **/*.ts", |
19 | | - "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", |
20 | | - "package": "ncc build src/index.ts --license licenses.txt", |
21 | | - "package:watch": "npm run package -- --watch", |
22 | | - "test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg", |
23 | | - "all": "npm run format:write && npm run lint && npm run test && npm run package" |
24 | | - }, |
25 | | - |
26 | 17 | "repository": { |
27 | 18 | "type": "git", |
28 | | - "url": "git+https://github.com/guibranco/file-reader-action-v2.git" |
| 19 | + "url": "git+https://github.com/guibranco/github-file-reader-action-v2.git" |
29 | 20 | }, |
30 | 21 | "keywords": [ |
31 | 22 | "actions", |
32 | 23 | "file", |
33 | 24 | "reader" |
34 | 25 | ], |
35 | 26 | "author": { |
36 | | - "name": "André Storhaug", |
37 | | - "email": "andr3.storhaug@gmail.com", |
38 | | - "url": "https://github.com/andstor" |
| 27 | + "name": "Guilherme Branco Stracini", |
| 28 | + "email": "guilherme@guilhermebranco.com.br", |
| 29 | + "url": "https://github.com/guibranco" |
39 | 30 | }, |
40 | | - "contributors": [ |
41 | | - { |
42 | | - "name": "Guilherme Branco Stracini", |
43 | | - |
44 | | - "url": "https://github.com/guibranco" |
45 | | - } |
46 | | - ], |
47 | 31 | "license": "MIT", |
| 32 | + "scripts": { |
| 33 | + "bundle": "npm run format:write && npm run package", |
| 34 | + "ci-test": "jest", |
| 35 | + "format:write": "prettier --write **/*.ts", |
| 36 | + "format:check": "prettier --check **/*.ts", |
| 37 | + "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", |
| 38 | + "package": "ncc build src/index.ts --license licenses.txt", |
| 39 | + "package:watch": "npm run package -- --watch", |
| 40 | + "test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg", |
| 41 | + "all": "npm run format:write && npm run lint && npm run test && npm run package" |
| 42 | + }, |
48 | 43 | "jest": { |
49 | 44 | "preset": "ts-jest", |
50 | 45 | "verbose": true, |
|
74 | 69 | "./src/**" |
75 | 70 | ] |
76 | 71 | }, |
77 | | - "bugs": { |
78 | | - "url": "https://github.com/guibranco/file-reader-action-v2/issues" |
79 | | - }, |
| 72 | + |
80 | 73 | "dependencies": { |
81 | 74 | "@actions/core": "^1.10.1" |
82 | 75 | }, |
|
0 commit comments