1
0
Fork 0
freesewing/packages/create-freesewing-pattern/package.json
dependabot-preview[bot] 9047d4f945
Bump globby from 9.2.0 to 10.0.1
Bumps [globby](https://github.com/sindresorhus/globby) from 9.2.0 to 10.0.1.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v9.2.0...v10.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 05:06:43 +00:00

67 lines
1.8 KiB
JSON

{
"name": "create-freesewing-pattern",
"version": "2.0.0-beta.42",
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
"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",
"development",
"initializer",
"react"
],
"main": "index.js",
"scripts": {
"test": "echo \"create-freesewing-pattern: 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": {},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
"cp-file": "^6.0.0",
"execa": "^1.0.0",
"git-config-path": "^2.0.0",
"github-username": "^4.1.0",
"globby": "^10.0.1",
"handlebars": "^4.1.0",
"inquirer": "^6.2.2",
"make-dir": "^2.0.0",
"ora": "^3.1.0",
"p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1",
"@freesewing/i18n": "^2.0.0-beta.42",
"@freesewing/pattern-info": "^2.0.0-beta.42"
},
"devDependencies": {},
"files": [
"lib",
"template",
"README.md",
"package.json",
"!lib/*.test.js",
"!template/default/node_modules"
],
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
},
"bin": {
"create-freesewing-pattern": "index.js"
}
}