-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 972 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 972 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
{
"name": "github-backup",
"version": "1.0.0",
"description": "A tool to automate the backup of your GitHub repositories",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "vuepress build --clean-cache --clean-temp",
"dev": "vuepress dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SierraSoftworks/github-backup.git"
},
"author": "Benjamin Pannell <contact@sierrasoftworks.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SierraSoftworks/github-backup/issues"
},
"homepage": "https://github.com/SierraSoftworks/github-backup#readme",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-register-components": "2.0.0-rc.118",
"@vuepress/theme-default": "2.0.0-rc.118",
"sass-embedded": "^1.93.3",
"vuepress": "2.0.0-rc.26"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.53.2"
}
}