-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"name": "@_all_docs/packument",
"description": "Fetch & manipulate packuments from registries",
"version": "0.1.0",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/_all_docs.git",
"directory": "src/packument"
},
"dependencies": {
"@_all_docs/cache": "workspace:*",
"debug": "^4.4.1",
"p-map": "catalog:"
},
"devDependencies": {
"rimraf": "^6.0.1"
},
"author": "Charlie Robbins <npm@charlie.dev>",
"license": "Apache-2.0",
"scripts": {
"lint": "xo",
"lint:fix": "xo --fix",
"test": "node --test test/*.test.js"
},
"bugs": {
"url": "https://github.com/indexzero/_all_docs/issues"
},
"homepage": "https://github.com/indexzero/_all_docs#readme"
}