Files
KX-Bridge-Release/package-lock.json
fenopy b4415abf16
Some checks failed
PR Check / lint-and-test (pull_request) Failing after 22s
feat: add universal formatting configuration (black, prettier, editorconfig)
@viewit, please feel free to customize to your preferences. I was just looking to add some consistency between developers and editors.
2026-06-24 13:44:15 +02:00

32 lines
756 B
JSON

{
"name": "kx-bridge",
"version": "0.9.27",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kx-bridge",
"version": "0.9.27",
"devDependencies": {
"prettier": "^3.0.0"
}
},
"node_modules/prettier": {
"version": "3.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz",
"integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}