{
  "name": "@selldone/translate",
  "version": "1.8.18",
  "private": false,
  "type": "module",
  "author": "Mehrdad Pajuhaan <mehrdad@selldone.com> (https://selldone.com)",
  "scripts": {
    "clean": "tsc --build --clean",
    "publish-npm": "npm publish --access public",
    "lint": "eslint --ext .js,.ts,.vue global/ dashboard/ repository/ service/ shop/"
  },

  "bugs": {
    "url": "https://github.com/selldone/translate/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/selldone/translate.git"
  },
  "homepage": "https://selldone.com",
  "license": "MIT",

  "dependencies": {

  },
  "devDependencies": {
    "typescript": "^5.4.5"
  }
}
