Skip to content

Commit 3b27dd9

Browse files
committed
Restore broken package.json after squash
1 parent f0332c4 commit 3b27dd9

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

package.json

+25-9
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"type": "git",
1111
"url": "https://github.com/MurzNN/sites-sync.git"
1212
},
13-
"bugs": {
14-
"url": "https://github.com/MurzNN/sites-sync/issues"
15-
},
1613
"keywords": [
1714
"backup",
1815
"database",
@@ -46,10 +43,29 @@
4643
"js-yaml": "^4.0.0",
4744
"lodash.merge": "^4.6.2",
4845
"pretty-bytes": "^5.5.0",
49-
"ssh2": "^0.8.9",
50-
"ssh2-client": "^1.3.2",
51-
"ssh2-promise": "^0.1.7",
52-
"yargs": "^16.2.0",
53-
"yargs-unparser": "^2.0.0"
54-
}
46+
"yargs": "^17.3"
47+
},
48+
"devDependencies": {
49+
"@types/dateformat": "^5.0.0",
50+
"@types/fs-extra": "^9.0.13",
51+
"@types/js-yaml": "^4.0.5",
52+
"@types/lodash.merge": "^4.6.6",
53+
"@types/node": "^17.0.0",
54+
"@types/yargs": "^17.0.7",
55+
"@types/yargs-unparser": "^2.0.1",
56+
"@typescript-eslint/eslint-plugin": "^5.7.0",
57+
"@typescript-eslint/parser": "^5.0.1",
58+
"eslint-config-prettier": "^8.3.0",
59+
"eslint-plugin-prettier": "^4.0.0",
60+
"prettier": "^2.5.1",
61+
"prettier-eslint": "^10.1.0",
62+
"standard-version": "^9.3.2",
63+
"ts-node": "^10.4.0",
64+
"typescript": "^4.5.4"
65+
},
66+
"files": [
67+
"dist/**/*",
68+
"sites-sync",
69+
"sites-sync.example.yaml"
70+
]
5571
}

0 commit comments

Comments
 (0)