-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 898 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
33
34
35
{
"name": "avitoparser",
"version": "1.0.0",
"description": "",
"main": "parser.js",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"libnmap": "^0.4.19",
"local-devices": "^3.0.0",
"node-fetch": "^2.6.0",
"node-html-parser": "^1.2.13",
"node-telegram-bot-api": "^0.40.0",
"nodemon": "^1.18.10",
"promise": "^8.0.3"
},
"devDependencies": {
"@types/jsdom": "^16.1.1",
"@types/node": "^12.12.31",
"@types/node-telegram-bot-api": "^0.40.2",
"jsdom": "^16.2.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "nodemon -x ts-node ./parser.ts",
"telega": "nodemon -x ts-node ./telegaBot.ts"
},
"author": "",
"license": "ISC"
}