1
0
Fork 0
freesewing/packages/plugin-export-dxf/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-18 11:35:28 +02:00
{
"name": "@freesewing/plugin-export-dxf",
2021-08-20 15:55:05 +02:00
"version": "2.17.4",
2020-04-18 11:35:28 +02:00
"description": "A FreeSewing plugin to export your pattern as DXF-ASTM",
2021-04-11 17:32:58 +02:00
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
2020-04-18 11:35:28 +02:00
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"clean": "rimraf dist",
2020-08-08 17:20:08 +02:00
"build": "rollup -c",
2020-04-18 11:35:28 +02:00
"test": "echo \"plugin-export-dxf: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {
2021-08-20 15:55:05 +02:00
"@freesewing/core": "^2.17.4"
2020-04-18 11:35:28 +02:00
},
2021-04-11 17:32:58 +02:00
"dependencies": {},
"devDependencies": {},
2020-04-18 11:35:28 +02:00
"files": [
"dist/*",
"README.md",
"package.json"
],
"publishConfig": {
"access": "public",
2021-07-01 14:34:25 +02:00
"tag": "latest"
2020-04-18 11:35:28 +02:00
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
2020-04-18 11:35:28 +02:00
}
}