diff options
Diffstat (limited to 'intimate/package.json')
-rwxr-xr-x | intimate/package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/intimate/package.json b/intimate/package.json new file mode 100755 index 0000000..f79bee7 --- /dev/null +++ b/intimate/package.json @@ -0,0 +1,12 @@ +{ + "name": "intimate", + "version": "12.1.2", + "main": "index.js", + "scripts": { + "start": "electron ." + }, + "dependencies": { + "electron": "^30.0.2", + "toml": "^3.0.0" + } +} |