{
  "name": "jsmp-infra-plotnikov",
  "version": "1.0.1",
  "description": "jsmp test package that contains some mutations",
  "main": "./dist/lib/index.js",
  "keywords": [
    "jsmp"
  ],
  "author": "ent.plotnikov@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.epam.com/Anton_Plotnikov/cdp-jsmp-2019-summer.git"
  },
  "scripts": {
    "build": "npm-run-all clean compile",
    "compile": "npm-run-all compile:src compile:test",
    "compile:src": "babel src/lib -d dist/lib",
    "compile:test": "babel src/test -d dist/test",
    "clean": "rimraf dist",
    "test": "node dist/test/execute.js"
  },
  "dependencies": {
    "lodash": "^4.17.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/preset-env": "^7.5.4",
    "rimraf": "^2.6.3",
    "npm-run-all": "^4.1.5"
  }
}
