summaryrefslogtreecommitdiff
path: root/controller/migrate-sqlite/package.json
blob: 0dac008fa3c6cb0970c930ec5d4c7203a889f6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "migrate-sqlite",
  "version": "1.0.0",
  "description": "Migrate old SQLite to new JSON filesystem DB for ZeroTier network controller",
  "main": "migrate.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Adam Ierymenko <adam.ierymenko@zerotier.com>",
  "license": "GPL-3.0",
  "dependencies": {
    "async": "^2.1.4",
    "sqlite3": "^3.1.8"
  }
}