-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) 路 730 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) 路 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fork-sync",
"version": "2.0.10",
"private": true,
"description": "Keep your fork up to date",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgymnich/fork-sync.git"
},
"keywords": [
"actions",
"node",
"setup",
"fork",
"automation",
"sync"
],
"author": "tgymnich",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-retry": "^7.1.1",
"@octokit/rest": "^20.1.1"
},
"devDependencies": {
"@types/node": "^20.13.0",
"typescript": "^5.4.5"
}
}