1
0
Fork 0
freesewing/config/templates/design/package.json.mustache
2022-10-13 16:19:36 +02:00

12 lines
346 B
Text

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