{
  "name": "@adobe-mcid/visitor-js-server",
  "version": "2.1.0",
  "description": "Server compatible Visitor ID service",
  "main": "lib/Visitor.js",
  "scripts": {
    "precommit-msg": "echo 'Running pre-commit scripts...' && exit 0",
    "lint": "eslint .",
    "test": "babel-tape-runner test/**/*.js | tap-spec",
    "watchtests": "nodemon -q --exec babel-tape-runner test/**/*.js | tap-spec",
    "prebuild": "npm run lint",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build && autochecker 6.2.2 6.17.1"
  },
  "pre-commit": [
    "precommit-msg",
    "lint",
    "test"
  ],
  "author": "Marketing Cloud ID Team",
  "license": "ADOBE VISITOR.JS SERVER LIBRARY LICENSE AGREEMENT",
  "dependencies": {
    "@adobe-mcid/visitor-js-shared": "~0.0.1"
  },
  "devDependencies": {
    "autochecker": "git+https://github.com/jfkhoury/autochecker.git",
    "babel-cli": "^6.14.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-minify-mangle-names": "0.0.3",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-babili": "0.0.3",
    "babel-preset-es2015": "^6.14.0",
    "babel-tape-runner": "^2.0.1",
    "eslint": "^3.4.0",
    "nodemon": "^1.10.2",
    "pre-commit": "^1.1.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  }
}
