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