{ "name": "embark-storage", "version": "5.2.3", "author": "Iuri Matias ", "contributors": [], "description": "Storage provider abstraction module for Embark", "homepage": "https://github.com/embarklabs/embark/tree/master/packages/stack/storage#readme", "bugs": "https://github.com/embarklabs/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity", "ens" ], "files": [ "dist", "index.js" ], "license": "MIT", "repository": { "directory": "packages/stack/storage", "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.7.4", "core-js": "3.4.3", "embark-core": "^5.2.3", "embark-i18n": "^5.2.3", "embark-utils": "^5.2.3", "lodash.clonedeep": "4.5.0", "shelljs": "0.8.3" }, "devDependencies": { "embark-solo": "^5.2.3", "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" } }