
Refer to the CHANGELOG for all info. --------- Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com> Co-authored-by: Josh Munic <jpmunic@gmail.com> Co-authored-by: Jonathan Haas <haasjona@gmail.com>
12 lines
367 B
Text
12 lines
367 B
Text
{
|
|
"name": "{{pluginName}}",
|
|
"version": "0.0.1",
|
|
"description": "{{description}}",
|
|
"author": "Joost De Cock <joost@joost.at> (https://codeberg.org/joostdecock)",
|
|
"homepage": "https://freesewing.eu/",
|
|
"repository": "https://codeberg.org/freesewing/freesewing",
|
|
"license": "MIT",
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {}
|
|
}
|