{
  "name": "epysa-data",
  "version": "1.15.4",
  "description": "sql procedure fetching and sesison handler",
  "main": "lib/main.js",
  "module": "lib/main.esm.js",
  "author": "Felipe Rodriguez Herrera",
  "license": "MIT",
  "types": "lib/main.d.ts",
  "devDependencies": {
    "@types/node": "^17.0.8",
    "rollup": "^2.63.0",
    "rollup-plugin-typescript2": "^0.31.1",
    "typescript": "^4.5.4"
  },
  "scripts": {
    "build": "rollup -c",
    "deploy": "yarn config set version-git-message ",
    "postdeploy": "yarn version --minor",
    "parche": "yarn config set version-git-message ",
    "postparche": "yarn version --patch",
    "version": "git add -A ",
    "postversion": "git push origin && git push origin --tags && yarn config set version-git-message 'v%s' "
  },
  "files": [
    "lib",
    "package.json"
  ]
}
