package.json 620 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "little-db",
  3. "version": "1.0.0",
  4. "author": "aimaier4869",
  5. "description": "Tiny local JSON database for Node and Electron.一个小型本地的JSON数据库",
  6. "main": "index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://gitee.com/aimaier4869/little-db.git"
  10. },
  11. "homepage": "https://gitee.com/aimaier4869/little-db",
  12. "bugs": "https://gitee.com/aimaier4869/little-db/issues",
  13. "keywords": [
  14. "database",
  15. "electron",
  16. "JSON",
  17. "local",
  18. "lowdb",
  19. "littledb",
  20. "reactive",
  21. "jsondb",
  22. "localStorage"
  23. ],
  24. "license": "MIT",
  25. "engines": {"node": ">=16.0.0"}
  26. }