-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "repo-maintain",
"version": "0.0.1",
"description": "Maintain the Seneca ecosystem.",
"main": "repo-maintain.js",
"scripts": {
"test": "echo no-test",
"clean": "rm -rf node_modules package-lock.json yarn.lock",
"reset": "npm run clean && npm install && npm run test",
"generate": "node repo-maintain.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senecajs/repo-maintain.git"
},
"author": "Ríona Stokes (https://github.com/rionastokes)",
"contributors": [
"Ríona Stokes (https://github.com/rionastokes)",
"Richard Rodger (http://richardrodger.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/senecajs/repo-maintain/issues"
},
"homepage": "https://github.com/senecajs/repo-maintain#readme",
"dependencies": {
"@hapi/hoek": "^9.2.1",
"axios": "^0.26.0",
"chalk": "^5.0.0",
"clear-dir": "^1.0.1",
"clear-folder": "^4.0.0",
"default-branch": "^1.1.1",
"del": "^6.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"filehound": "^1.17.5",
"fs-extra": "^10.0.0",
"get-github-code": "^1.0.4",
"git-default-branch": "^1.0.0",
"github-download": "^0.5.0",
"github-search-api": "^0.0.3",
"googleapis": "^95.0.0",
"gs": "^0.0.2",
"jsonexport": "^3.2.0",
"jsonfile": "^6.1.0",
"marked": "^4.0.12",
"node-fetch": "^2.6.7",
"readline": "^1.3.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"stafo": "^1.0.0",
"underscore": "^1.13.2"
},
"workspaces": [
"script/pluginCLI"
]
}