wails/package.json
2022-09-20 21:59:28 +10:00

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