{
  "name": "salary-tools",
  "version": "1.22.1",
  "description": "",
  "types": "dist/index.d.ts",
  "main": "dist",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc --build",
    "new:mv": "npm run build && npm version minor && npm publish"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "tools-packages": "^2.1.0",
    "typescript": "4.8.4"
  }
}
