71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "create-freesewing-pattern",
|
|
"version": "2.17.4",
|
|
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
|
"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"
|
|
},
|
|
"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": "^4.1.1",
|
|
"commander": "^7.2.0",
|
|
"conf": "^10.0.1",
|
|
"cp-file": "^9.0.0",
|
|
"execa": "^5.1.0",
|
|
"git-config-path": "^2.0.0",
|
|
"github-username": "^6.0.0",
|
|
"globby": "^11.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"inquirer": "^8.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"normalize-path": "^3.0.0",
|
|
"ora": "^5.4.0",
|
|
"p-each-series": "^2.2.0",
|
|
"parse-git-config": "^3.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"which": "^2.0.2",
|
|
"@freesewing/i18n": "^2.17.4",
|
|
"@freesewing/pattern-info": "^2.17.4"
|
|
},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"lib",
|
|
"template",
|
|
"README.md",
|
|
"package.json",
|
|
"!lib/*.test.js",
|
|
"!template/default/node_modules"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "default"
|
|
},
|
|
"bin": {
|
|
"create-freesewing-pattern": "index.js"
|
|
}
|
|
}
|