-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@cfdi/catalogos",
"version": "4.0.17",
"description": "Catalogos oficiales del SAT para CFDI 4.0 como enums TypeScript",
"homepage": "https://cfdi.recreando.dev",
"bugs": {
"url": "https://github.com/MisaelMa/node-cfdi/issues"
},
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"release": {
"branches": [
"main",
"next",
"beta"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/MisaelMa/node-cfdi.git"
},
"files": [
"dist"
],
"engines": {
"node": ">=22"
},
"scripts": {
"build": "vite build --config node_modules/@recreando/vite/vite.config.lib.mts",
"test": "vitest",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"cfdi", "sat", "catalogos", "enums", "forma pago", "metodo pago",
"uso cfdi", "regimen fiscal", "moneda", "factura electronica",
"mexico", "cfdi 4.0", "node", "typescript"
],
"author": {
"name": "Amir Misael Marin Coh",
"email": "amisael.amir.misael@gmail.com",
"url": "https://recreando.dev"
},
"devDependencies": {
"@recreando/vite": "workspace:*",
"@recreando/eslint-settings": "workspace:*",
"@recreando/typescript-settings": "workspace:*",
"@types/node": "^22",
"eslint": "^8.57.0",
"typescript": "^5.6.3",
"vitest": "2.1.3",
"vite-tsconfig-paths": "~4.2.1",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3"
}
}