{
  "name": "@b-flower/bdn-core",
  "version": "1.5.20",
  "description": "core shared functionality accross b-eden projects (web, app)",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "postpublish": "npm run build:rm",
    "build:rm": "rimraf es/* cjs/*",
    "build:cjs": "cross-env BABEL_ENV=cjs babel lib --out-dir cjs",
    "build:es": "cross-env BABEL_ENV=es babel lib --out-dir es",
    "build": "npm-run-all build:**",
    "test": "jest",
    "test:w": "jest --watch"
  },
  "keywords": [
    "b-eden",
    "core",
    "shared"
  ],
  "author": "amelon@b-flower.com",
  "license": "Apache-2.0",
  "dependencies": {
    "@stamp/arg-over-prop": "^1.0.3",
    "@stamp/configure": "^1.0.1",
    "@stamp/init-property": "^1.0.0",
    "@stamp/it": "^1.0.1",
    "ramda": "^0.25.0",
    "rimraf": "^2.6.2"
  },
  "jest": {
    "transformIgnorePatterns": []
  },
  "devDependencies": {
    "eslint": "^4.9.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.7.0",
    "jest": "^21.3.0-beta.11",
    "babel-cli": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.0",
    "cross-env": "^5.0.5",
    "npm-run-all": "^4.0.2"
  },
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/bflower/bdn-core.git"
  },
  "homepage": "https://bitbucket.org/bflower/bdn-core#readme"
}
