aboutsummaryrefslogtreecommitdiff
path: root/intimate/package.json
blob: 8bbd20a29a1001971fd6ce3222a2410b29b4b195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "intimate",
  "version": "12.2.0",
  "main": "index.js",
  "scripts": {
    "start": "electron ."
  },
  "dependencies": {
    "electron": "^31.2.0",
    "toml": "^3.0.0"
  }
}