forked from IGLU-Agency/cfts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "tax-code-ts",
"version": "1.0.5",
"description": "Typescript nodejs module that checks/creates/parses the Italian Tax Code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IGLU-Agency/cfts.git"
},
"keywords": [
"codicefiscale",
"cf",
"codice",
"fiscale",
"nodejs",
"node"
],
"author": "IGLU",
"license": "MIT",
"bugs": {
"url": "https://github.com/IGLU-Agency/cfts/issues"
},
"homepage": "https://github.com/IGLU-Agency/cfts#readme",
"dependencies": {
"@types/node": "^15.0.2",
"moment": "^2.29.1"
},
"directories": {
"lib": "lib"
}
}