{
  "name": "npm-common-lib-for-firebase",
  "version": "1.2.41",
  "description": "common shared library for grabber",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "prepublish": "./node_modules/.bin/tsc",
  "scripts": {
    "test": "node dist/test.js",
    "watch-ts": "./node_modules/.bin/tsc --watch",
    "start": "node dist/index.js",
    "build": "./node_modules/.bin/tsc",
    "postbuild": "npm run obfuscator && cp package.json dist/package.json",
    "obfuscator": "node obfuscator.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/donateoa/npm-common-lib.git"
  },
  "author": "Alessandro Donateo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/donateoa/npm-common-lib/issues"
  },
  "homepage": "https://github.com/donateoa/npm-common-lib#readme",
  "devDependencies": {
    "@types/node": "^17.0.33",
    "dotenv": "^8.2.0",
    "tslint": "^6.1.3",
    "typedoc": "^0.20.28",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "firebase-admin": "^9.5.0",
    "javascript-obfuscator": "^3.0.0",
    "moment-timezone": "^0.5.33"
  }
}
