Socialify

Folder ..

Viewing package.json
9 lines (10 loc) • 226.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
    "name": "nativekit-mac-template",
    "version": "1.0.0",
    "description": "macOS template app for Native UI",
    "main": "main.js",
    "author": "Kumar Priyansh",
    "scripts": {
      "start": "electron ."
    }
}