UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@4everlink/cli",
3 "version": "0.0.1",
4 "description": "command line tool for upload file or directory use the IPFS Cluster HTTP API.",
5 "bin": {
6 "4everlink": "bin/cli.js"
7 },
8 "scripts": {
9 },
10 "license": "MIT",
11 "dependencies": {
12 "commander": "^4.1.1",
13 "glob": "^7.1.6",
14 "ipfs-cluster-api": "^0.0.9",
15 "is-stream": "^2.0.0",
16 "yaml": "^1.10.0"
17 },
18 "devDependencies": {
19 "@babel/core": "^7.4.4",
20 "@babel/preset-env": "^7.4.4",
21 "babel-core": "^6.26.3",
22 "babel-preset-env": "^1.7.0",
23 "babelify": "^10.0.0",
24 "browserify": "^16.2.3",
25 "chai": "^4.2.0",
26 "gulp": "^4.0.2",
27 "gulp-babel": "^8.0.0",
28 "gulp-rename": "^1.4.0",
29 "gulp-sourcemaps": "^2.6.5",
30 "gulp-uglify": "^3.0.2"
31 },
32 "babel": {
33 "presets": [
34 "@babel/preset-env"
35 ]
36 },
37 "keywords": [
38 "ipfs",
39 "ipfs-cluster",
40 "ipfs-cluster-upload",
41 "js-ipfs-cluster",
42 "js-ipfs-http-client"
43 ],
44 "contributors": [
45 "eloe868 <jsfng@qq.com>"
46 ],
47 "repository": {
48 "type": "git",
49 "url": "https://github.com/eole868/4everlink-cli"
50 },
51 "homepage": "https://github.com/eole868/4everlink-cli#readme"
52}