-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
49
50
{
"name": "idf_co_uk_parsing",
"version": "1.0.0",
"description": "",
"main": "src/index.py",
"scripts": {
"clean": "rm -rf ./dist",
"build": "tsc && cp src/index.html dist/index.html",
"start": "python src/index.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vladimir0657305/idf_co_uk_parsing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "https://github.com/Vladimir0657305/idf_co_uk_parsing.git#readme",
"dependencies": {
"some-package": "^1.0.0",
"requests": "^2.26.0",
"@types/parse5-htmlparser2-tree-adapter": "^7.0.0",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"csv-writer": "^1.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"https-proxy-agent": "^5.0.1",
"jsdom": "^22.0.0",
"node-fetch": "^2.6.1",
"node-html-parser": "^6.1.5",
"parse5": "^7.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"tunnel": "^0.0.6",
"unpipe": "^1.0.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/node": "^17.0.45",
"@types/node-fetch": "^2.6.1",
"@types/request-promise": "^4.1.48",
"concurrently": "^8.0.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5"
}
}