-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
58 lines (58 loc) · 1.63 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
53
54
55
56
57
58
{
"name": "facturacionelectronicapy-qrgen",
"version": "1.0.7",
"description": "Módulo NodeJs para generar el Valor para el Código QR en el Archivo XML Firmado para la Facturación Electrónica en Paraguay",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "",
"preversion": "",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/marcosjara/facturacionelectronicapy-qrgen.git"
},
"bugs": {
"url": "https://github.com/marcosjara/facturacionelectronicapy-qrgen/issues"
},
"homepage": "https://github.com/marcosjara/facturacionelectronicapy-qrgen#readme",
"files": [
"dist/**/*"
],
"keywords": [
"QR",
"Código QR",
"Facturación Electrónica",
"Facturación Electrónica Paraguay",
"SET"
],
"author": "Marcos Jara",
"maintainers": [
],
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.4.1",
"source-map-support": "^0.5.16",
"supertest": "^6.1.3",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.5"
}
}