@limbusfoundation/electronsave
Version:
Save Electron app data locally as JSON.
34 lines (33 loc) • 810 B
JSON
{
"name": "@limbusfoundation/electronsave",
"version": "2.2.1",
"description": "Save Electron app data locally as JSON.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Limbus-Foundation/electron-save.git"
},
"keywords": [
"electron",
"nodejs",
"json",
"savedata"
],
"author": "Limbus Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Limbus-Foundation/electron-save/issues"
},
"homepage": "https://github.com/Limbus-Foundation/electron-save#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"js-yaml": "^4.1.0",
"toml": "^3.0.0",
"yaml": "^2.7.0"
}
}