forked from adriandelarco/old_school
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 722 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
{
"name": "actor-google-serp",
"version": "1.0.1",
"description": "This is a boilerplate of an Apify actor.",
"main": "main.js",
"dependencies": {
"apify": "^2.2.2",
"query-string": "^7.0.1",
"underscore": "^1.13.2",
"chrono-node": "^2.3.7"
},
"devDependencies": {
"@apify/eslint-config": "^0.2.2",
"eslint": "^8.9.0",
"dotenv": "^16.0.0",
"htmlparser2": "^4.0.0",
"jest": "^27.5.1"
},
"scripts": {
"build-toc": "./node_modules/.bin/markdown-toc README.md -i",
"test": "jest",
"start": "node src/main",
"lint": "eslint ./src",
"start:dev": "node -r dotenv/config src/main"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"homepage": ""
}