package.json 408 B

123456789101112131415
  1. {
  2. "name": "migrate-sqlite",
  3. "version": "1.0.0",
  4. "description": "Migrate old SQLite to new JSON filesystem DB for ZeroTier network controller",
  5. "main": "migrate.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Adam Ierymenko <[email protected]>",
  10. "license": "GPL-3.0",
  11. "dependencies": {
  12. "async": "^2.1.4",
  13. "sqlite3": "^3.1.8"
  14. }
  15. }