mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
6db085e308
Improved test Dependency clean up
51 lines
1.2 KiB
JSON
Executable File
51 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "codice-fiscale-js",
|
|
"version": "2.2.0",
|
|
"description": "The Italian Tax Code Library for Javascript and Typescript",
|
|
"main": "dist/codice.fiscale.umd.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lucavandro/CodiceFiscaleJS.git"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"babel-jest": "^24.5.0",
|
|
"babel-loader": "^8.0.5",
|
|
"jest": "^24.5.0",
|
|
"parallel-webpack": "^2.3.0",
|
|
"standard": "^12.0.1",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"clean": "rm ./example/codice.fiscale.var.js",
|
|
"test": "jest --debug",
|
|
"fix": "standard --fix",
|
|
"standard": "standard"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|