forked from moxystudio/gatsby-plugin-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1013 Bytes
/
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
{
"name": "gatsby-plugin-relative-paths",
"description": "Ensuring that assets are relative and links",
"version": "1.0.1",
"keywords": [
"gatsby",
"gatsby-plugin",
"assets relative",
"relative"
],
"author": "Miguel Savignano <[email protected]>",
"homepage": "https://github.com/MiguelSavignano/gatsby-plugin-relative-paths",
"repository": {
"type": "git",
"url": "[email protected]:MiguelSavignano/gatsby-plugin-relative-paths.git"
},
"main": "index.js",
"license": "MIT",
"files": [
"index.js",
"gatsby-node.js",
"src"
],
"scripts": {
"test": "jest --ci --reporters=default --reporters=jest-junit"
},
"dependencies": {
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"globby": "^8.0.1",
"is-text-path": "^1.0.1",
"klaw-sync": "^6.0.0",
"p-map": "^2.0.0"
},
"peerDependencies": {
"gatsby": "^2.0.0"
},
"devDependencies": {
"jest": "^26.6.1",
"jest-junit": "^12.0.0",
"prettier": "^2.1.2"
}
}