-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 869 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
36
37
38
39
{
"name": "sk4ll",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"lint": "eslint --fix ./src"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tugkan/sk4ll.git"
},
"author": "Tugkan Cengiz",
"license": "ISC",
"bugs": {
"url": "https://github.com/tugkan/sk4ll/issues"
},
"homepage": "https://github.com/tugkan/sk4ll#readme",
"devDependencies": {
"@apify/eslint-config": "0.2.4",
"eslint": "8.12.0"
},
"dependencies": {
"@apify/http-request": "2.1.2",
"cheerio": "1.0.0-rc.10",
"mongodb": "^4.5.0",
"mysql": "^2.18.1",
"node-ssh": "^12.0.4",
"pg": "^8.7.3",
"promise-mysql": "^5.1.0",
"redis": "^4.0.6",
"winston": "3.7.2",
"yargs": "^17.4.0"
},
"bin": {
"sk4ll": "./bin/index.js"
}
}