-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 912 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 912 Bytes
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
{
"name": "nip24client",
"version": "1.3.6",
"description": "NIP24 Client for JavaScript",
"keywords": [
"nip24",
"api",
"vat",
"nip",
"regon",
"krs",
"iban",
"whitelist",
"ceidg",
"gus",
"eu",
"vies",
"validator"
],
"license": "Apache-2.0",
"author": "NETCAT <firma@netcat.pl> (http://www.netcat.pl)",
"homepage": "https://www.nip24.pl",
"repository": {
"type": "git",
"url": "https://github.com/nip24pl/nip24-javascript-client.git"
},
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"build:types": "tsc"
},
"files": [
"lib/",
"types/",
"index.js"
],
"dependencies": {
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.12.2",
"date-fns": "^4.1.0",
"url": "^0.11.4",
"xpath": "^0.0.34"
},
"devDependencies": {
"@types/node": "^24.9.1",
"typescript": "^5.9.3"
}
}