1
0
Fork 0
freesewing/config/templates/plugin/package.json.mustache
2023-04-18 13:13:08 +00:00

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