sysinfo/package.json

15 řádky
259 B
JSON

{
"name": "gweicz-services",
"module": "index.ts",
"scripts": {
"build": "bun scripts/build.js"
},
"type": "module",
"devDependencies": {
"bun-types": "^0.1.0"
},
"dependencies": {
"js-yaml": "^4.1.0",
"jsonata": "^1.8.6"
}
}