{
  "name": "jedlik",
  "version": "1.0.11",
  "description": "Fluent syntax generator for DynamoDB.",
  "main": "index.js",
  "scripts": {
    "test": "TS_NODE_TYPE_CHECK=Y nyc --all --silent mocha test/test.js",
    "posttest": "nyc report && nyc report --reporter=html && nyc check-coverage",
    "integration": "echo \"no integration tests\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/B2MSolutions/jedlik.git"
  },
  "author": {
    "name": "B2M Solutions",
    "url": "https://github.com/B2MSolutions"
  },
  "contributors": [
    {
      "name": "Roy Lines",
      "url": "https://github.com/roylines"
    },
    {
      "name": "Alberto Zaccagni",
      "url": "https://github.com/lazywithclass"
    }
  ],
  "keywords": [
    "dynamodb"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/B2MSolutions/jedlik/raw/master/LICENSE"
    }
  ],
  "devDependencies": {
    "chai": "4.5.0",
    "mocha": "10.8.2",
    "nyc": "17.1.0",
    "sinon": "21.0.1"
  },
  "nyc": {
    "extension": [
      ".js"
    ],
    "branches": 100,
    "lines": 100,
    "functions": 100,
    "statements": 100
  }
}
