{
  "name": "imaex",
  "version": "3.3.0",
  "description": "Collect and forward. Import all modules into the directory and export them all at once.",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon -e js --ignore dist --exec 'npm run build && npm run ES6'",
    "CommonJS": "echo 'CommonJS test' && node ./test3",
    "ES6": "echo 'ES6 test' && babel-node ./test3",
    "debug": "node --inspect ./dist/index.js",
    "build": "babel src -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lcolok/imaex.git"
  },
  "keywords": [
    "require",
    "import",
    "modules",
    "all",
    "directory",
    "forward",
    "multiple",
    "js",
    "folder"
  ],
  "author": "lcolok",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lcolok/imaex/issues"
  },
  "homepage": "https://github.com/lcolok/imaex#readme",
  "dependencies": {
    "caller-callsite": "^4.1.0",
    "require-dir-all": "^0.4.15"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "nodemon": "^2.0.1"
  }
}
