-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@yeuai/spider",
"version": "1.0.0",
"description": "A news Crawler and Keyword Automation Research for Business",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node app.ts",
"start": "node ./dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeuai/spider.git"
},
"keywords": [
"yeuai",
"spider",
"web-crawler"
],
"author": "vunb",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yeuai/spider/issues"
},
"homepage": "https://github.com/yeuai/spider#readme",
"devDependencies": {
"@types/cheerio": "^0.22.11",
"@types/jquery": "^3.3.29",
"@types/mongodb": "^3.1.27",
"@types/mysql": "^2.15.5",
"@types/nedb": "^1.8.5",
"@types/node": "^12.0.7",
"@types/puppeteer": "^1.12.4",
"@types/request": "^2.48.2",
"@types/ssh2": "^0.5.35",
"ts-node": "^8.0.3",
"ts-node-dev": "^1.0.0-pre.32",
"tslint": "^5.18.0",
"typescript": "^3.5.1"
},
"dependencies": {
"cheerio": "1.0.0-rc.3",
"mysql": "2.16.0",
"ppspider": "^2.2.1",
"ssh2": "0.6.1"
}
}