forked from AfipSDK/afip.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 915 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
38
39
40
{
"name": "@afipsdk/afip.js",
"version": "0.7.10",
"description": "Libreria para usar los Web Services de AFIP con JavaScript",
"main": "src/Afip.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AfipSDK/afip.js"
},
"keywords": [
"web-service",
"factura-electronica",
"padron",
"afip"
],
"author": "AfipSDK <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AfipSDK/afip.js/issues"
},
"homepage": "https://github.com/AfipSDK/afip.js#readme",
"dependencies": {
"axios": "^0.19.0",
"mixpanel": "^0.17.0",
"node-forge": "^1.0.0",
"soap": "^0.24.0",
"xml2js": "^0.4.22"
},
"engines": {
"node": ">=7.0"
},
"types": "./types/Afip.d.ts",
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/node": "^20.1.4"
}
}