mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "release",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "sponsorkit.config.js",
|
|
"scripts": {
|
|
"build": "npx sponsorkit -o website/static/img/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"sponsorkit": "^0.5.2"
|
|
}
|
|
}
|