-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
{
"name": "szamlazz.ts",
"version": "1.0.0",
"description": "Extended version of szamlazz.js (v8) with TypeScript support .",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"szamlazz",
"invoicing",
"javascript",
"typescript",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Tomkoooo/szamlazzTS.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tomkoooo/szamlazzTS/issues"
},
"homepage": "https://github.com/Tomkoooo/szamlazzTS#readme",
"devDependencies": {
"@rvagg/chai-as-promised": "^8.0.1",
"@types/assert": "^1.5.11",
"@types/node": "^22.14.1",
"@types/xml2js": "^0.4.14",
"chai": "^5.0.0",
"desm": "^1.3.0",
"mocha": "^11.0.1",
"nock": "^14.0.0"
},
"dependencies": {
"assert": "^2.1.0",
"axios": "^1.6.2",
"form-data": "^4.0.0",
"http-cookie-agent": "^6.0.1",
"merge": "^2.1.1",
"tough-cookie": "^5.0.0",
"xml2js": "^0.6.2"
}
}