mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 12:04:41 +01:00
54 lines
1.3 KiB
JSON
Executable File
54 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "codice-fiscale-js",
|
|
"version": "2.3.9",
|
|
"description": "The Italian Tax Code Library for Javascript and Typescript",
|
|
"main": "dist/codice.fiscale.commonjs2.js",
|
|
"types": "types/codice-fiscale.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lucavandro/CodiceFiscaleJS.git"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.1.0",
|
|
"jest": "^24.9.0",
|
|
"parallel-webpack": "^2.6.0",
|
|
"standard": "^12.0.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack && rename",
|
|
"clean": "rm ./example/codice.fiscale.var.js",
|
|
"test": "jest",
|
|
"fix": "standard --fix",
|
|
"standard": "standard",
|
|
"rename": "node utils.js",
|
|
"webpack": "webpack"
|
|
},
|
|
"author": "Luca Vandro <lucavandro@gmail.com>",
|
|
"contributors": [
|
|
"Walter Barbagallo <brb.walter@gmail.com>",
|
|
"Marco Pesani <marco.pesani@gmail.com>",
|
|
"Arsenio Siani <arsenio.siani@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"standard": {
|
|
"ignore": [
|
|
"dist/"
|
|
]
|
|
},
|
|
"jest": {
|
|
"moduleDirectories": [
|
|
"node_modules",
|
|
"./src"
|
|
]
|
|
}
|
|
}
|