-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
47
48
49
50
51
52
{
"name": "@avalontechsv/idsv",
"version": "1.1.0",
"description": "Validate common identity numbers in El Salvador",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "mocha --require ts-node/register tests/*.ts",
"test-coverage": "nyc --reporter=lcov mocha --require ts-node/register tests/*.ts",
"index": "ts-node --esm index.js"
},
"keywords": [
"validation",
"sv",
"el salvador",
"salvadorian",
"identity number",
"dui",
"nit",
"503",
"documento unico de identidad",
"numero de identificación tributaria",
"documento de identidad",
"identidad",
"validator",
"formatter",
"validador",
"formateador"
],
"author": "Rodrigo Arévalo",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/avalon-tech/idsv-js.git"
},
"bugs": {
"url": "https://github.com/avalon-tech/idsv-js/issues"
},
"publishConfig": {
"access": "public"
}
}