-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 911 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 911 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
34
35
36
37
38
39
40
41
42
43
{
"name": "ipfs-fetch",
"version": "1.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/cyph/ipfs-fetch.git"
},
"author": "Cyph, Inc. <ipfs-fetch@cyph.com> (https://github.com/cyph)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyph/ipfs-fetch/issues"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "consistent",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
},
"dependencies": {
"@helia/unixfs": "^1",
"helia": "^1",
"multiformats": "^12"
},
"devDependencies": {
"@cyph/prettier": "*",
"@cyph/pretty-quick": "*",
"husky": "^8"
},
"scripts": {
"prepare": "husky install"
}
}