Skip to content

Commit a90bbae

Browse files
committed
chore: first add
1 parent 28e9976 commit a90bbae

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# fork-dep-monitor
1+
# fork-dep-monitor
2+
3+
用于监控 midway fork 出来的代码库变更,方便及时同步。

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "midway_dep_monitor",
3+
"description": "a lib to monitor fork lib for midway",
4+
"version": "1.0.0",
5+
"devDependencies": {
6+
"@types/koa-bodyparser": "4.3.5",
7+
"@types/koa-session": "5.10.4",
8+
"extend2": "1.0.0",
9+
"koa-session": "6.2.0",
10+
"uuid": "8.3.2",
11+
"egg-multipart": "2.13.1",
12+
"egg-view": "2.1.3",
13+
"egg-view-ejs": "2.0.1",
14+
"egg-view-nunjucks": "2.3.0",
15+
"egg-security": "2.9.0",
16+
"camelcase": "6.2.0",
17+
"koa-passport": "4.1.4",
18+
"cookies": "0.8.0"
19+
},
20+
"scripts": {
21+
"test": "",
22+
"cov": ""
23+
},
24+
"license": "MIT"
25+
}
26+

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}
6+

0 commit comments

Comments
 (0)