-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "safe-settings-bootstrap",
"version": "0.0.50",
"description": "Bootstrap organization-level safe-settings manifests",
"private": false,
"main": "index.mjs",
"bin": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "npm run clean && node index.mjs",
"clean": "rimraf .github/repos/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/product-os/safe-settings-bootstrap.git"
},
"keywords": [
"safe-settings",
"probot"
],
"author": "Kyle Harding <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/product-os/safe-settings-bootstrap/issues"
},
"homepage": "https://github.com/product-os/safe-settings-bootstrap#readme",
"dependencies": {
"@octokit/plugin-throttling": "^9.3.1",
"dotenv": "^16.3.1",
"octokit": "^4.0.2",
"rimraf": "^6.0.0",
"yaml": "^2.3.4"
},
"versionist": {
"publishedAt": "2025-01-13T00:05:29.061Z"
}
}