{
  "name": "nimnjs",
  "version": "2.2.1",
  "description": "Schema aware compression of JS object/JSON data. 60% more compressed than json",
  "main": "src/nimn.js",
  "scripts": {
    "test": "jasmine tests/*test.js",
    "bundle": "browserify src/nimn.js -s nimn -o dist/nimn.js",
    "coverage": "istanbul cover -x \"tests/*test.js\" jasmine tests/*test.js;",
    "coverage:check": "istanbul check-coverage --branch 90 --statement 90"
  },
  "keywords": [
    "nimn",
    "nimnjs",
    "json",
    "compress",
    "parse",
    "format",
    "msgpack"
  ],
  "author": "Amit Gupta (https://github.com/amitguptagwl)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalIntelligence/nimnjs.git"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/nimnjs/issues"
  },
  "homepage": "https://amitkumargupta.work/nimn/",
  "dependencies": {
    "nimn-date-parser": "^1.0.0",
    "nimn_schema_builder": "^1.1.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.2.3",
    "cbor": "^4.1.1",
    "istanbul": "^0.4.5",
    "jasmine": "^3.3.0",
    "jasmine-core": "^2.99.1",
    "msgpack": "^1.0.2",
    "notepack.io": "^2.1.3",
    "pbf": "^3.1.0",
    "protocol-buffers": "^4.1.0"
  }
}
