1
0
Fork 0
freesewing/packages/plugin-flip/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2018-12-22 14:16:53 +01:00
{
"name": "@freesewing/plugin-flip",
2019-09-02 07:25:26 +02:00
"version": "2.0.1",
"description": "A FreeSewing plugin to flip parts horizontally",
2018-12-22 14:16:53 +01:00
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
2018-12-22 14:16:53 +01:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2018-12-22 14:16:53 +01:00
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
2018-12-22 14:16:53 +01:00
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"clean": "rimraf dist",
2019-05-31 16:33:01 +02:00
"build": "npm run clean && rollup -c",
"test": "echo \"plugin-flip: No tests configured. Perhaps you'd like to do this?\" && exit 0",
2019-04-29 11:12:41 +02:00
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
2019-05-31 16:33:01 +02:00
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
2018-12-22 14:16:53 +01:00
},
"peerDependencies": {
2019-09-02 07:25:26 +02:00
"@freesewing/core": "^2.0.1"
2018-12-22 14:16:53 +01:00
},
2019-08-13 18:58:53 +02:00
"dependencies": {},
"devDependencies": {},
2018-12-22 14:16:53 +01:00
"files": [
"dist/*",
2018-12-22 14:16:53 +01:00
"README.md",
"package.json"
2019-04-19 09:53:40 +02:00
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
2019-05-11 08:25:25 +02:00
"tag": "beta"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2018-12-22 14:16:53 +01:00
}