-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 999 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
{
"name": "vk_cleaner",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx ts-node src/index.ts",
"temp": "npx ts-node src/temp.ts",
"test": "npx mocha --require ts-node/register --timeout 10000 --require mocha-steps tests/**/*.test.ts"
},
"author": "ColdSpirit (https://github.com/ColdSpirit0)",
"license": "AGPL-3.0",
"devDependencies": {
"@types/cli-progress": "^3.9.2",
"@types/download": "^8.0.1",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/mocha-steps": "^1.3.0",
"@types/node": "^17.0.4",
"@types/selenium-webdriver": "^4.0.20",
"cli-progress": "^3.10.0",
"date-format": "^4.0.7",
"dotenv": "^16.0.0",
"download": "^8.0.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"mocha-steps": "^1.3.0",
"node-html-parser": "^5.3.3",
"selenium-webdriver": "^4.1.2",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.4"
}
}