1
0
Fork 0
freesewing/packages/create-freesewing-pattern/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

2018-03-04 15:43:18 -05:00
{
"name": "create-freesewing-pattern",
2019-05-02 21:21:05 +02:00
"version": "2.0.0-alpha.11",
"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",
2018-03-04 15:43:18 -05:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"keywords": [
"freesewing",
"development",
"initializer",
"react"
],
2019-05-02 21:20:40 +02:00
"main": "index.js",
"scripts": {
2019-05-02 21:20:40 +02:00
"test": "echo \"create-freesewing-pattern: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"pubtest": "npm publish --registry http://localhost:6662",
2019-05-02 12:39:30 +02:00
"pubforce": "npm publish",
2019-05-02 21:20:40 +02:00
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"dependencies": {
2019-05-02 21:21:05 +02:00
"@freesewing/i18n": "^2.0.0-alpha.11",
"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": "^9.0.0",
"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",
2019-05-02 21:21:05 +02:00
"which": "^1.3.1"
},
2019-05-02 19:36:42 +02:00
"files": [
"dist/*",
"README.md",
"package.json"
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
"tag": "alpha"
2018-03-09 18:45:50 -05:00
},
2018-03-09 18:52:21 -05:00
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
2018-03-09 18:45:50 -05:00
},
"bin": {
2019-05-02 19:36:42 +02:00
"create-freesewing-pattern": "index.js"
}
2018-03-04 15:43:18 -05:00
}