{
  "name": "@attic/noms",
  "license": "Apache-2.0",
  "version": "69.8.0",
  "description": "Noms JS SDK",
  "repository": "https://github.com/attic-labs/noms/tree/master/js/noms",
  "main": "dist/commonjs/noms.js",
  "engines": {
    "node": ">=6.9",
    "npm": ">=3"
  },
  "dependencies": {
    "asmcrypto.js-sha512": "^0.0.1",
    "babel-regenerator-runtime": "^6.5.0",
    "babel-runtime": "^6.11.6",
    "tingodb": "^0.5.1"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-noms": "1.0.1",
    "chai": "^3.5.0",
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "documentation": "4.0.0-beta.18",
    "eslint": "^3.13.1",
    "eslint-config-noms": "1.2.0",
    "flow-bin": "^0.39.0",
    "flow-copy-source": "^1.1.0",
    "fs-extra": "^2.0.0",
    "jest": "^18.1.0",
    "mocha": "^3.2.0",
    "mock-require": "^2.0.1",
    "nyc": "^10.1.2"
  },
  "scripts": {
    "lint": "eslint src/",
    "flow": "flow src/",
    "jest": "jest",
    "test": "yarn run lint && yarn run flow && jest --coverage",
    "prepublish": "rm -rf dist/ && yarn run compile && yarn run flow-copy-source",
    "compile": "yarn run compile-to-commonjs",
    "compile-to-commonjs": "BABEL_ENV=production babel -d dist/commonjs src/ > /dev/null",
    "flow-copy-source": "flow-copy-source src/ dist/commonjs/",
    "make-index-html": "node build/make-index-html.js",
    "build-docs": "documentation build --name Noms --project-version $npm_package_version --document-exported --infer-private ^_ --github --format html --sort-order alpha --output generated-docs/js/$npm_package_version/ src/noms.js && yarn run make-index-html"
  },
  "browser": {
    "./src/bytes.js": "./src/browser/bytes.js",
    "./dist/commonjs/bytes.js": "./dist/commonjs/browser/bytes.js",
    "./src/fetch.js": "./src/browser/fetch.js",
    "./dist/commonjs/fetch.js": "./dist/commonjs/browser/fetch.js",
    "./src/put-cache.js": "./src/browser/put-cache.js",
    "./dist/commonjs/put-cache.js": "./dist/commonjs/browser/put-cache.js"
  },
  "jest": {
    "testRegex": ".+-test\\.js$",
    "testPathIgnorePatterns": [
      "/dist/"
    ]
  }
}
