{
  "name": "@edirect/template",
  "version": "1.2.4",
  "description": "Template Module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "packageScope": "@edirect",
  "author": "EDirectInsure",
  "license": "ISC",
  "scripts": {
    "build": "rimraf dist && tsc --build ./tsconfig.build.json",
    "publish:patch": "npm run build && npm version patch && npm publish",
    "publish:minor": "npm run build && npm version minor && npm publish",
    "publish:major": "npm run build && npm version major && npm publish"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "rimraf": "^5.0.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.194",
    "typescript": "^5.0.4"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/gofrank/template-module.git"
  },
  "keywords": [
    "bolttech",
    "edirect",
    "template",
    "template module"
  ]
}
