{
  "name": "informary",
  "version": "2.0.24",
  "description": "Informary form data marshaling library.",
  "main": "source/Informary.js",
  "scripts": {
    "start": "node source/Informary.js",
    "coverage": "npx quack coverage",
    "test": "npx quack test",
    "build": "npx quack build",
    "build-compatible": "GULP_CUSTOM_BUILD_TARGET=compatible npx quack build",
    "docker-dev-build-image": "docker build ./ -t retold/informary:local",
    "docker-dev-run": "docker run -it -d --name informary-dev -p 12349:8080 -p 5500:5500 -v \"$PWD/.config:/home/coder/.config\"  -v \"$PWD:/home/coder/informary\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/informary:local"
  },
  "mocha": {
    "diff": true,
    "extension": [
      "js"
    ],
    "package": "./package.json",
    "reporter": "spec",
    "slow": "75",
    "timeout": "5000",
    "ui": "tdd",
    "watch-files": [
      "source/**/*.js",
      "test/**/*.js"
    ],
    "watch-ignore": [
      "lib/vendor"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://stevenvelozo@github.com/stevenvelozo/informary.git"
  },
  "author": "steven velozo <steven@velozo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevenvelozo/informary/issues"
  },
  "homepage": "https://github.com/stevenvelozo/informary#readme",
  "devDependencies": {
    "@testing-library/dom": "^8.13.0",
    "async": "^3.2.3",
    "gulp-util": "^3.0.8",
    "jquery": "^3.6.0",
    "jsdom": "^19.0.0",
    "pict-docuserve": "^0.1.5",
    "quackage": "^1.1.0"
  },
  "dependencies": {
    "cachetrax": "^1.0.6",
    "deep-object-diff": "^1.1.7"
  }
}
