-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 Bytes
/
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
{
"name": "myactions",
"version": "1.0.0",
"description": "sign everything",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazs34/MyActions.git"
},
"keywords": [
"sign"
],
"author": "sazs",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazs34/MyActions/issues"
},
"homepage": "https://github.com/sazs34/MyActions#readme",
"dependencies": {
"request": "^2.88.2",
"request-promise": "^4.2.5",
"crypto-js": "^4.0.0",
"got": "^11.5.1",
"http-server": "^0.12.3",
"node-schedule": "^1.3.2",
"tough-cookie": "^4.0.0",
"tunnel": "0.0.6",
"axios": "0.20.0",
"download": "^8.0.0",
"node-cron": "2.0.3"
}
}