48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"design",
|
|
"diy",
|
|
"fashion",
|
|
"made to measure",
|
|
"parametric design",
|
|
"pattern",
|
|
"sewing",
|
|
"sewing pattern"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {
|
|
"clean": "rimraf ../../dist/carlton",
|
|
"nodebuild": "rollup -c -o ../../dist/carlton/index.js -f cjs",
|
|
"modulebuild": "rollup -c -o ../../dist/carlton/index.mjs -f es",
|
|
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
|
|
"test": "echo \"carlton: No tests configured. Perhaps you'd like to do this?\" && exit 0"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^0.33.0",
|
|
"@freesewing/plugin-bundle": "^0.33.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"../../dist/packages/carlton/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"version": "0.33.0",
|
|
"name": "@freesewing/carlton"
|
|
}
|