You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
382 B
16 lines
382 B
{
|
|
"name": "univator",
|
|
"version": "1.1.2",
|
|
"description": "Microsoft Product Activator",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"author": "Puly <ioachim.radu@cafelutza.cf> (https://cafelutza.cf/)",
|
|
"homepage": "https://cafelutza.cf",
|
|
"license": "0BSD",
|
|
"devDependencies": {
|
|
"electron": "^24.1.0",
|
|
"electron-builder": "^24.2.0"
|
|
}
|
|
}
|
|
|