forked from ffreemt/deepl-scraper-pyppeteer2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
18 lines (18 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "deepl-scraper-pyppeteer2",
"version": "0.1.2",
"description": "deepl scraper pp2",
"main": "index.js",
"repository": "git@github.com:ffreemt/deepl-scraper-pyppeteer2.git",
"author": "freemt",
"license": "MIT",
"scripts": {
"pyright": "nodemon -w deepl_scraper_pp2 -w tests -w .venv -e .py -x pyright deepl_scraper_pp2 tests",
"pytest": "nodemon -w tests -w deepl_scraper_pp2 -e .py -x pytest tests",
"isort": "nodemon -w tests -w deepl_scraper_pp2 -e .py -x isort --profile=black deepl_scraper_pp2",
"black": "nodemon -w tests -w deepl_scraper_pp2 -e .py -x \"black tests deepl_scraper_pp2 && python -m flake8\"",
"pylint": "nodemon -w deepl_scraper_pp2 -e .py -x pylint deepl_scraper_pp2",
"docstyle": "nodemon -w deepl_scraper_pp2 -e .py -x pydocstyle --convention=google deepl_scraper_pp2",
"test:deepl_tr": "nodemon -w tests -e .py -x pytest -k deepl_tr tests"
}
}