CodiceFiscaleJS/package.json
Valentina Vandro 617e1c9538 v2.0.0 released
2018-09-03 14:59:53 +02:00

54 lines
1.4 KiB
JSON

{
"name": "codice-fiscale-js",
"version": "2.0.0",
"description": "CodiceFiscale.js is a utility library to compute and validate Italian Tax code (codice fiscale).",
"main": "dist/codice.fiscale.umd.js",
"types": "types/main.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/marcopesani/CodiceFiscaleJS.git"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 8.9.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/jasmine": "^2.8.8",
"@types/node": "~8.10.22",
"babel-loader": "^8.0.1",
"babel-preset-minify": "^0.4.3",
"jasmine": "^3.2.0",
"parallel-webpack": "^2.3.0",
"rimraf": "~2.6.2",
"ts-loader": "^4.5.0",
"ts-node": "^7.0.1",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.1.0",
"tsutils": "~3.0.0",
"typescript": "^3.0.3",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"clean": "rimraf build types dist",
"build": "npm run clean && tsc -p tsconfig.json && webpack",
"lint": "tslint -t stylish --project \"tsconfig.json\"",
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json"
},
"author": "Luca Vandro <lucavandro@gmail.com>",
"contributors": [
"Walter Barbagallo <brb.walter@gmail.com>",
"Marco Pesani <marco.pesani@gmail.com>"
],
"license": "MIT",
"standard": {
"ignore": [
"dist/"
]
}
}