-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
26 lines (26 loc) · 942 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
{
"name": "actor-scraper",
"version": "0.0.1",
"description": "This repository houses all of Apify generic actors that are used for simplified scraping using a pre-defined, schema validated UI input instead of the typical JSON input used in other actors.",
"scripts": {
"clean": "rm -rf *-scraper/node_modules *-scraper/package-lock.json",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ignore-path .gitignore */src/* */test/*",
"lint:fix": "eslint --fix --ignore-path .gitignore */src/* */test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apifytech/act-crawler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apifytech/act-crawler/issues"
},
"homepage": "https://github.com/apifytech/act-crawler#readme",
"dependencies": {
"@apify/eslint-config": "^0.3.1",
"eslint": "^8.14.0"
}
}