{
  "name": "@adriantombu/vat-number",
  "version": "2.0.21",
  "description": "A tool to validate an european VAT number and get the related business data with the VIES API",
  "keywords": [
    "vat",
    "tva",
    "validation",
    "tax",
    "taxes",
    "business"
  ],
  "repository": "https://github.com/adriantombu/packages/tree/main/packages/vat-number",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "yarn clean && tsc --declaration",
    "test": "jest --coverage",
    "clean": "rimraf ./coverage ./lib",
    "watch": "tsc -p . --watch",
    "watch:test": "jest --watchAll"
  },
  "author": "Adrian Tombu <adrian@otso.fr> (https://otso.fr)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "soap": "^1.0.0"
  },
  "gitHead": "1c9020c29935c00b8b8bfe67d4b56039b5390325"
}
