{
  "name": "freezly",
  "version": "2.0.2",
  "description": "Small utility for deeply freezing objects in JavaScript.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "nodely -s ./src -o ./lib -n 1 && npm run gen-types",
    "gen-types": "flow gen-flow-files src --ignore \".+/__tests__/.+\" --out-dir lib",
    "postpublish": "codecov",
    "prepublishOnly": "npm run build",
    "test": "lintly src && flow && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dogma-io/freezly.git"
  },
  "keywords": [
    "data",
    "freeze",
    "functional",
    "immutable",
    "immutability",
    "object",
    "stateless"
  ],
  "author": "Matthew Dahl <https://github.com/dogma-io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dogma-io/freezly/issues"
  },
  "homepage": "https://github.com/dogma-io/freezly#readme",
  "devDependencies": {
    "@babel/core": "7.5.4",
    "babel-core": "^7.0.0-0",
    "babel-jest": "24.8.0",
    "babel-preset-nodely": "0.4.2",
    "codecov": "3.5.0",
    "jest": "24.8.0",
    "lintly": "0.3.0",
    "nodely": "0.8.0"
  }
}