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" } }