embark/packages/embarkjs/ipfs/package.json

73 lines
1.7 KiB
JSON

{
"name": "embarkjs-ipfs",
"version": "6.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Ipfs plugin for embarkjs",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/embarkjs/ipfs#readme",
"bugs": "https://github.com/embarklabs/embark/issues",
"keywords": [
"blockchain",
"dapps",
"ethereum",
"ipfs",
"serverless",
"solc",
"solidity"
],
"license": "MIT",
"repository": {
"directory": "packages/embarkjs/ipfs",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"main": "./index.js",
"types": "./dist/node/index.d.ts",
"browser": "./dist/browser/index.js",
"browserslist": [
"last 1 version",
"not dead",
"> 0.2%"
],
"files": [
"dist",
"index.js"
],
"embark-collective": {
"build:browser": true,
"build:node": true,
"typecheck": true
},
"scripts": {
"_build": "npm run solo -- build",
"_typecheck": "npm run solo -- typecheck",
"ci": "npm run qa",
"clean": "npm run reset",
"lint": "eslint --ignore-pattern '!.*.js' .babelrc.js src/",
"qa": "npm-run-all lint _typecheck _build",
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
"solo": "embark-solo"
},
"eslintConfig": {
"extends": "../../../.eslintrc.json"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.4",
"core-js": "3.4.3",
"ipfs-http-client": "40.0.0"
},
"devDependencies": {
"ajv": "6.10.2",
"embark-solo": "^6.0.0",
"eslint": "6.8.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
},
"engines": {
"node": ">=10.17.0",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
}
}