-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "apify-global-store",
"version": "1.1.4",
"description": "Intuitive API for global state management for Apify actors.",
"main": "dist/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mstephen19/apify-global-store.git"
},
"keywords": [
"apify",
"scraping",
"proxy-chain",
"apify-context",
"object-path",
"scraper",
"headless",
"crawler",
"cheerio",
"puppeteer"
],
"author": "Matt Stephens",
"license": "MIT",
"bugs": {
"url": "https://github.com/mstephen19/apify-global-store/issues"
},
"homepage": "https://github.com/mstephen19/apify-global-store#readme",
"dependencies": {
"@apify/tsconfig": "^0.1.0",
"apify": "^2.2.2",
"console-log-colors": "^0.2.3",
"object-path": "^0.11.8"
},
"devDependencies": {
"@jest/types": "^27.5.1",
"@types/jest": "^27.4.1",
"@types/object-path": "^0.11.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
}
}