12 lines
352 B
Text
12 lines
352 B
Text
{
|
|
"name": "{{pluginName}}",
|
|
"version": "0.0.1",
|
|
"description": "{{description}}",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {}
|
|
}
|