{
  "name": "@dreamsri/data-lib",
  "version": "0.0.1",
  "description": "Data library for JavaScript, TypeScript to process Array and JSON data",
  "main": "index.js",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "test": "jest",
    "create-pack": "node ./build/createpack.js",
    "publish-file": "node ./build/publish.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SridharSathaSivam/data-lib.git"
  },
  "keywords": [
    "typescript",
    "javascript",
    "data",
    "array",
    "processor"
  ],
  "author": "Sridhar S",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SridharSathaSivam/data-lib/issues"
  },
  "homepage": "https://github.com/SridharSathaSivam/data-lib#readme",
  "devDependencies": {
    "@types/jest": "^25.1.3",
    "glob": "^7.1.6",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.2"
  }
}