-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "findatex-schemas",
"private": false,
"version": "0.3.5",
"author": "Captor Fund Management AB",
"description": "findatex JSON Schema for EPT, EMT, EET and TPT",
"keywords": [
"findatex",
"JSON Schema",
"EPT",
"EMT",
"EET",
"TPT"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"commander": "^11",
"convert-excel-to-json": "^1",
"xlsx": "^0.18",
"yaml": "^2"
},
"devDependencies": {
"@types/json-schema": "^7",
"@types/node": "^20",
"ts-node": "^10",
"currency-codes": "^2"
},
"repository": {
"type": "git",
"url": "git://github.com/CaptorAB/findatex-schemas.git"
},
"homepage": "https://github.com/CaptorAB/findatex-schemas",
"bugs": {
"url": "https://github.com/CaptorAB/findatex-schemas/issues"
},
"license": "BSD-3-Clause",
"bin": {
"eptExcel2yaml": "dist/eptExcel2yaml.js",
"eptYaml2excel": "dist/eptYaml2excel.js",
"eptValidate": "dist/eptValidate.js"
}
}