This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
generated from pabio/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "algolia-crawl",
"version": "1.2.16",
"description": "Crawl your site and sync your Algolia search index",
"main": "dist/index.js",
"bin": "dist/cli.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage",
"update-template": "npx update-template https://github.com/koj-co/algolia-crawl",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koj-co/algolia-crawl.git"
},
"keywords": [
"koj",
"template",
"nodejs",
"typescript"
],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koj-co/algolia-crawl/issues"
},
"homepage": "https://github.com/koj-co/algolia-crawl#readme",
"devDependencies": {
"@koj/config": "^1.2.8",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.2",
"@semantic-release/npm": "^7.0.8",
"@types/jest": "^26.0.15",
"@types/puppeteer": "^5.4.0",
"@types/yargs": "^15.0.9",
"jest": "^26.6.3",
"puppeteer": "^10.0.0",
"semantic-release": "^17.2.3",
"semantic-release-gitmoji": "^1.3.4",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5",
"update-template": "^1.3.0"
},
"dependencies": {
"@anandchowdhary/cosmic": "^1.0.1",
"algoliasearch": "^4.7.0",
"chrome-aws-lambda": "^10.0.0",
"puppeteer-core": "^10.0.0",
"yargs": "^16.1.1"
}
}