![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "@freesewing/bee",
|
|
"version": "3.2.0",
|
|
"description": "A FreeSewing pattern for a bikini top",
|
|
"author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://freesewing.org/patrons/join"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"design",
|
|
"diy",
|
|
"fashion",
|
|
"made to measure",
|
|
"parametric design",
|
|
"pattern",
|
|
"sewing",
|
|
"sewing pattern"
|
|
],
|
|
"type": "module",
|
|
"module": "dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"internal": "./src/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"build:all": "yarn build",
|
|
"clean": "rimraf dist",
|
|
"mbuild": "NO_MINIFY=1 node build.mjs",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"test": "npx mocha tests/*.test.mjs",
|
|
"vbuild": "VERBOSE=1 node build.mjs",
|
|
"lab": "cd ../../sites/lab && yarn start",
|
|
"tips": "node ../../scripts/help.mjs",
|
|
"lint": "npx eslint 'src/**' 'tests/*.mjs'",
|
|
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
|
|
"testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
|
|
"wbuild": "node build.mjs",
|
|
"wbuild:all": "yarn wbuild"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "3.2.0",
|
|
"@freesewing/bella": "3.2.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "10.4.0",
|
|
"chai": "5.1.0",
|
|
"@freesewing/models": "3.2.0",
|
|
"@freesewing/plugin-timing": "3.2.0"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.17.0 <22"
|
|
}
|
|
}
|