-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "@_all_docs/monorepo",
"private": true,
"version": "0.0.0",
"description": "Fetch, cache, & map/reduce :origin/{_all_docs,:packument}` documents for a set of lexographically sorted pivots by range or partition",
"type": "module",
"scripts": {
"test": "pnpm -r test",
"test:integration": "pnpm --filter @_all_docs/integration-tests test",
"test:all": "pnpm test && pnpm test:integration",
"lint": "xo",
"lint:fix": "xo --fix",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/_all_docs.git"
},
"dependencies": {
"debug": "^4.4.1",
"delay": "^6.0.0",
"jackspeak": "^4.1.1",
"minimist": "^1.2.8",
"nano": "^10.1.4",
"p-map": "catalog:",
"p-map-series": "catalog:",
"p-queue": "^8.1.0",
"undici": "catalog:"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"npm-high-impact": "^1.12.0",
"rimraf": "^6.1.2",
"xo": "^1.2.1"
},
"keywords": [
"relax",
"couchdb",
"_all_docs"
],
"author": "Charlie Robbins <npm@charlie.dev>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/indexzero/_all_docs/issues"
},
"homepage": "https://github.com/indexzero/_all_docs#readme"
}