-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1000 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
{
"name": "@kulkul/asos-crawler",
"version": "0.0.1",
"description": "Easily use to crawl assos.com detail product by list of product url",
"dependencies": {
"apify": "^0.20.0"
},
"devDependencies": {
"@apify/eslint-config": "0.0.3",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"start": "node src/main.js",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx",
"lint:fix": "./node_modules/.bin/eslint ./src --ext .js,.jsx --fix",
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kulkultech/asos-crawler.git"
},
"author": "kulkultech",
"license": "MIT",
"bugs": {
"url": "https://github.com/kulkultech/asos-crawler/issues"
},
"homepage": "https://github.com/kulkultech/asos-crawler#readme"
}