UNPKG

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