codicefiscalejs-node
Version:
A Node.js library to compute, validate and reverse Italian Tax Code (codice fiscale)
31 lines (30 loc) • 641 B
JSON
{
"name": "codicefiscalejs-node",
"version": "0.0.1",
"description": "A Node.js library to compute, validate and reverse Italian Tax Code (codice fiscale)",
"main": "./src/index.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/lucavandro/CodiceFiscaleJS-node.git"
},
"scripts": {
"test": "jest"
},
"keywords": [
"Codice fiscale",
"Codice",
"fiscale",
"node",
"javascript",
"typescript"
],
"author": "Luca Vandro",
"license": "CC-BY-ND-4.0",
"devDependencies": {
"jest": "^26.4.2"
},
"dependencies": {
"ajv": "^6.12.5"
}
}