@accountable/jsvat
Version:
Check the validity of the format of a VAT number
79 lines (78 loc) • 1.89 kB
JSON
{
"name": "@accountable/jsvat",
"version": "1.3.4",
"description": "Check the validity of the format of a VAT number",
"exports": {
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/index.mjs"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/index.cjs"
}
}
},
"types": "./lib/cjs/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"type": "module",
"files": [
"lib/**/*"
],
"scripts": {
"clean": "rm -rf ./lib",
"build": "npm run clean && npx rollup -c rollup.config.js",
"test": "jest",
"semantic-release": "semantic-release",
"prepack": "npm run build"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Accountable-SA/accountable-jsvat"
},
"keywords": [
"npm",
"javascript",
"typescript",
"vat",
"vat number",
"vat number validation",
"vat number validator",
"vat number checker",
"vat number check",
"vat number format",
"vat number format validation",
"vat-number",
"eu-vat-number",
"vat-number-validation"
],
"author": "accountable.eu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Accountable-SA/accountable-jsvat/issues"
},
"homepage": "https://github.com/Accountable-SA/accountable-jsvat#readme",
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.2",
"@swc/core": "^1.3.22",
"@swc/jest": "^0.2.23",
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"rollup": "^3.28.1",
"semantic-release": "^21.0.7",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^4.7.4"
}
}