embark/packages/plugins/swarm/package.json

77 lines
1.8 KiB
JSON

{
"name": "embark-swarm",
"version": "6.0.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Implements Swarm support in Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/swarm#readme",
"bugs": "https://github.com/embarklabs/embark/issues",
"keywords": [
"blockchain",
"dapps",
"ethereum",
"ipfs",
"serverless",
"solc",
"solidity",
"swarm",
"ens"
],
"files": [
"dist",
"index.js",
"process.js"
],
"license": "MIT",
"repository": {
"directory": "packages/plugins/swarm",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"main": "./index.js",
"types": "./dist/index.d.ts",
"embark-collective": {
"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 src/",
"qa": "npm-run-all lint _typecheck _build",
"reset": "npx rimraf dist embark-*.tgz package",
"solo": "embark-solo"
},
"eslintConfig": {
"extends": "../../../.eslintrc.json"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.4",
"async": "3.2.0",
"colors": "1.3.2",
"core-js": "3.4.3",
"embark-core": "^6.0.0",
"embark-i18n": "^6.0.0",
"embark-storage": "^6.0.0",
"embark-utils": "^6.0.0",
"embarkjs": "^6.0.0",
"embarkjs-swarm": "^6.0.0",
"lodash.clonedeep": "4.5.0",
"shelljs": "0.8.3",
"swarm-api": "0.1.2"
},
"devDependencies": {
"embark-solo": "^6.0.0",
"eslint": "6.8.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
},
"engines": {
"node": ">=10.17.0",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
}
}