-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.17 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "nif-dni-nie-cif-validation",
"version": "1.0.10",
"description": "Validate NIF, DNI, NIE and CIF documents easily.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"readme": "README.md",
"keywords": [
"nif",
"dni",
"nie",
"cif",
"nif validation",
"dni validation",
"nie validation",
"cif validation",
"nif-dni-nie-cif-validation"
],
"files": [
"/dist/**/*"
],
"repository": "https://github.com/josegoval/nif-dni-nie-cif-validation.git",
"author": "josegoval <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.json"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.0.3",
"babel-jest": "^27.4.5",
"codecov": "^3.8.3",
"husky": "^8.0.3",
"jest": "^27.4.5",
"semantic-release": "^20.0.2",
"typescript": "^4.5.4"
}
}