-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 988 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": "cfdi-to-json",
"version": "2.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onefacture/cfdi-to-json.git"
},
"author": "Alan Olivares<richard.alan.oli@gmail.com, alan@onefacture.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/onefacture/cfdi-to-json/issues"
},
"homepage": "https://github.com/onefacture/cfdi-to-json#readme",
"dependencies": {
"he": "1.2.0",
"xmldom": "0.6.0",
"xpath": "0.0.32"
},
"devDependencies": {
"@types/he": "1.1.0",
"@types/jest": "24.0.11",
"@types/node": "14.0.23",
"@types/xmldom": "0.1.29",
"install": "0.12.2",
"jest": "24.5.0",
"npm": "6.14.6",
"ts-jest": "24.0.0",
"ts-loader": "5.3.3",
"typescript": "3.3.4000",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-node-externals": "1.7.2"
}
}