-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 908 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
{
"name": "strapi-provider-upload-ipfs-storage",
"version": "1.1.0",
"description": "IPFS upload provider for Strapi",
"keywords": [
"upload",
"ipfs",
"web3",
"filebase",
"pinata",
"fleek",
"strapi",
"lighthouse"
],
"homepage": "https://github.com/alexbakers/strapi-provider-upload-ipfs-storage",
"bugs": {
"url": "https://github.com/alexbakers/strapi-provider-upload-ipfs-storage/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/alexbakers/strapi-provider-upload-ipfs-storage.git"
},
"license": "MIT",
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "node ./test/index.test.js"
},
"dependencies": {
"ipfs-storage": "^1.2.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.5.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}