blob: 147a8129a5876196a73598ded362b0daa8b9d9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "nativeui-win-template",
"version": "1.0.0",
"description": "Windows template app for Native UI",
"main": "main.js",
"author": "Kumar Priyansh",
"scripts": {
"start": "electron ."
}
}
|