-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"type": "module",
"name": "maven-metadata-generator-npm",
"version": "0.2.56",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "rm -rf build && npm install && rollup -c rollup.config.mjs",
"release": "npm run build && npm version $release_version && npm publish",
"postversion": "git push && git push --tags"
},
"publishConfig": {
"registry": "https://repo.omgeving.vlaanderen.be/artifactory/api/npm/local-npm/"
},
"keywords": [
"milieuinfo",
"metadata",
"generator",
"rdfjs",
"dcat",
"maven"
],
"author": "Vlaamse Overheid, Departement omgeving",
"license": "MIT",
"dependencies": {
"@aternus/csv-to-xlsx": "^2.1.2",
"@zazuko/env-node": "1.0.2",
"adm-zip": "^0.5.12",
"csvtojson": "^2.0.10",
"file-system": "^2.2.2",
"glob": "^10.3.15",
"js-yaml": "4.1.0",
"json-2-csv": "^5.0.1",
"jsonld": "8.3.1",
"jsonpath": "1.1.1",
"node-fetch": "^3.3.2",
"rdf-validate-shacl": "^0.5.3",
"request": "2.88.2",
"roxi-js": "0.1.3",
"xml-js": "1.6.11",
"xml-beautify": "^1.2.3",
"xml-writer": "^1.7.0",
"xmldom": "^0.6.0"
},
"volta": {
"node": "18.19.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.12.0"
}
}