-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 884 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
{
"name": "easy-github-updater",
"version": "1.0.3",
"description": "🚀 Github auto-updater of built available into node project.",
"main": "dist/index.js",
"scripts": {
"test:update": "node ./test/update",
"test:check": "node ./test/check",
"lint": "eslint --fix -c ./.eslintrc.json --ext .ts ."
},
"keywords": [],
"author": "hmmhmmhm",
"license": "See LICENSE.md File",
"dependencies": {
"adm-zip": "^0.4.14",
"folder-logger": "^1.0.9",
"fs-extra": "^8.1.0",
"nested-static": "^1.1.0",
"wildcard": "^2.0.0"
},
"devDependencies": {
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.8.0",
"ts-node": "^8.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmmhmmhm/easy-github-updater.git"
}
}