{
  "name": "embark-scaffolding",
  "version": "5.1.2-nightly.0",
  "author": "Iuri Matias <iuri.matias@gmail.com>",
  "contributors": [],
  "description": "Provides scaffolding utilities",
  "homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/scaffolding#readme",
  "bugs": "https://github.com/embarklabs/embark/issues",
  "keywords": [
    "blockchain",
    "dapps",
    "ethereum",
    "ipfs",
    "serverless",
    "solc",
    "solidity"
  ],
  "files": [
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "directory": "packages/plugins/scaffolding",
    "type": "git",
    "url": "https://github.com/embarklabs/embark.git"
  },
  "main": "./dist/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": "npm-run-all lint:*",
    "lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
    "qa": "npm-run-all lint _typecheck _build",
    "reset": "npx rimraf dist embark-*.tgz package",
    "solo": "embark-solo"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "7.7.4",
    "ajv": "6.10.2",
    "core-js": "3.4.3",
    "embark-core": "^5.1.2-nightly.0",
    "embark-i18n": "^5.1.1",
    "embark-logger": "^5.1.2-nightly.0",
    "embark-utils": "^5.1.2-nightly.0",
    "handlebars": "4.3.0",
    "web3-utils": "1.2.6"
  },
  "devDependencies": {
    "embark-solo": "^5.1.1",
    "eslint": "5.7.0",
    "fs-extra": "8.1.0",
    "glob": "7.1.4",
    "lodash.clonedeep": "4.5.0",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.0",
    "tslint": "5.20.1",
    "typescript": "3.7.2"
  },
  "engines": {
    "node": ">=10.17.0",
    "npm": ">=6.11.3",
    "yarn": ">=1.19.1"
  }
}