![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@freesewing/new-design",
|
|
"version": "3.0.0-alpha.10",
|
|
"description": "Initializer package for a new FreeSewing design: npx @freesewing/new-design",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"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",
|
|
"freesewing"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"build:all": "yarn build",
|
|
"clean": "rimraf dist",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"lab": "cd ../../sites/lab && yarn start",
|
|
"tips": "node ../../scripts/help.mjs",
|
|
"lint": "npx eslint 'lib/*.mjs'",
|
|
"i18n-only": "SITE=\"new-design/shared\" node --conditions=internal ../../sites/shared/prebuild/i18n-only.mjs",
|
|
"prebuild": "node --conditions=internal ./prebuild.mjs",
|
|
"wbuild": "node build.mjs",
|
|
"prewbuild": "node --conditions=internal ./prebuild.mjs",
|
|
"wbuild:all": "yarn wbuild",
|
|
"prebuild:all": "yarn prebuild",
|
|
"prewbuild:all": "yarn prewbuild"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"axios": "1.5.0",
|
|
"chalk": "5.0.1",
|
|
"execa": "7.2.0",
|
|
"mustache": "4.2.0",
|
|
"ora": "7.0.1",
|
|
"prompts": "2.4.2",
|
|
"recursive-readdir": "2.2.3"
|
|
},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"README.md",
|
|
"package.json",
|
|
"lib/**/*",
|
|
"shared/**/*",
|
|
"templates/**/*",
|
|
"index.mjs",
|
|
"package.json",
|
|
"data.mjs"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "next"
|
|
},
|
|
"engines": {
|
|
"node": "18",
|
|
"npm": "9"
|
|
},
|
|
"bin": {
|
|
"new-design": "./index.mjs"
|
|
}
|
|
}
|