{
  "name": "@ournet/news-data",
  "version": "0.2.0",
  "description": "Ournet news data module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "pretest": "npm run clean && npm run tsc",
    "posttest": "npm run clean-test-code",
    "tsc": "tsc",
    "tscw": "tsc -w",
    "preversion": "npm run tsc",
    "postversion": "git push --follow-tags",
    "prepublishOnly": "npm run tsc && npm run clean-test-code",
    "clean": "rimraf ./lib",
    "clean-test-code": "rimraf ./lib/**/*.test.js && rimraf ./lib/**/*.test.d.ts"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ournet/news-data.git"
  },
  "keywords": [
    "news",
    "news-data",
    "data",
    "ournet"
  ],
  "author": "Dumitru Cantea",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ournet/news-data/issues"
  },
  "homepage": "https://github.com/ournet/news-data#readme",
  "devDependencies": {
    "@types/elasticsearch": "^5.0.30",
    "@types/ms": "^0.7.30",
    "@types/node": "10.12.19",
    "debug": "^4.1.1",
    "dynamodb-local": "^0.0.24",
    "rimraf": "^2.6.3",
    "typescript": "3.2.4"
  },
  "dependencies": {
    "@ournet/domain": "~0.4.2",
    "@ournet/news-domain": "~0.2.0",
    "aws-sdk": "^2.1058.0",
    "dynamo-item": "~0.1.1",
    "elasticsearch": "^16.7.2",
    "ms": "^2.1.1"
  }
}
