|
1 | 1 | { |
2 | | - "name": "create-pull-request", |
3 | | - "version": "0.0.1", |
4 | | - "private": false, |
5 | | - "description": "Creates a pull request for changes to your repository in the actions workspace", |
6 | | - "keywords": [ |
7 | | - "codeeditorland", |
8 | | - "land", |
9 | | - "playform" |
10 | | - ], |
11 | | - "homepage": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest#readme", |
12 | | - "bugs": { |
13 | | - "url": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest/issues" |
14 | | - }, |
15 | | - "repository": { |
16 | | - "type": "git", |
17 | | - "url": "git+HTTPS://github.com/CodeEditorLand/CreatePullRequest.git" |
18 | | - }, |
19 | | - "license": "SEE LICENSE IN LICENSE", |
20 | 2 | "author": { |
21 | | - "name": "Source 🖋️ Open 👐🏻", |
22 | 3 | "email": "Source/Open@Editor.Land", |
| 4 | + "name": "Source 🖋️ Open 👐🏻", |
23 | 5 | "url": "HTTPS://Editor.Land" |
24 | 6 | }, |
25 | | - "type": "module", |
26 | | - "main": "lib/main.js", |
27 | | - "scripts": { |
28 | | - "build": "tsc && ncc build", |
29 | | - "prepublishOnly": "Build 'Source/**/*.ts'", |
30 | | - "test:int": "__test__/integration-tests.sh", |
31 | | - "test:unit": "jest unit" |
| 7 | + "bugs": { |
| 8 | + "url": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest/issues" |
32 | 9 | }, |
33 | 10 | "dependencies": { |
34 | 11 | "@actions/core": "1.2.6", |
|
38 | 15 | "@octokit/plugin-rest-endpoint-methods": "4.2.0", |
39 | 16 | "uuid": "8.3.0" |
40 | 17 | }, |
| 18 | + "description": "Creates a pull request for changes to your repository in the actions workspace", |
41 | 19 | "devDependencies": { |
42 | 20 | "@playform/build": "0.2.3", |
43 | 21 | "@types/node": "14.10.3", |
44 | 22 | "@vercel/ncc": "0.24.1", |
45 | 23 | "js-yaml": "3.14.0" |
46 | 24 | }, |
| 25 | + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest#readme", |
| 26 | + "keywords": [ |
| 27 | + "codeeditorland", |
| 28 | + "land", |
| 29 | + "playform" |
| 30 | + ], |
| 31 | + "license": "SEE LICENSE IN LICENSE", |
| 32 | + "main": "lib/main.js", |
| 33 | + "name": "create-pull-request", |
| 34 | + "private": false, |
47 | 35 | "publishConfig": { |
48 | 36 | "access": "public" |
49 | | - } |
| 37 | + }, |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "git+HTTPS://github.com/CodeEditorLand/CreatePullRequest.git" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "build": "tsc && ncc build", |
| 44 | + "prepublishOnly": "Build 'Source/**/*.ts'", |
| 45 | + "test:int": "__test__/integration-tests.sh", |
| 46 | + "test:unit": "jest unit" |
| 47 | + }, |
| 48 | + "type": "module", |
| 49 | + "version": "0.0.1" |
50 | 50 | } |
0 commit comments