2018-03-04 15:43:18 -05:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "create-freesewing-pattern",
|
2020-01-27 17:49:13 +01:00
|
|
|
"version": "2.2.0-beta.3",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
2019-04-12 19:36:32 +02:00
|
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
2019-04-19 17:31:44 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
2018-03-04 15:43:18 -05:00
|
|
|
"license": "MIT",
|
2019-04-12 19:36:32 +02:00
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2019-04-12 19:36:32 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-04-19 17:31:44 +02:00
|
|
|
"freesewing",
|
|
|
|
"development",
|
|
|
|
"initializer",
|
|
|
|
"react"
|
2019-04-12 19:36:32 +02:00
|
|
|
],
|
2019-05-02 21:20:40 +02:00
|
|
|
"main": "index.js",
|
2019-04-20 15:36:31 +02:00
|
|
|
"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",
|
2019-04-20 19:23:22 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:39:30 +02:00
|
|
|
"pubforce": "npm publish",
|
2019-05-31 16:33:01 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
|
|
"start": "rollup -c -w"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2020-01-06 07:27:30 +01:00
|
|
|
"peerDependencies": {},
|
2019-04-20 15:36:31 +02:00
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^2.4.2",
|
2019-11-24 11:30:53 +01:00
|
|
|
"commander": "^2.19.0",
|
|
|
|
"conf": "^2.2.0",
|
2020-01-22 17:46:47 +00:00
|
|
|
"cp-file": "^7.0.0",
|
2019-11-24 11:30:53 +01:00
|
|
|
"execa": "^1.0.0",
|
2019-04-20 15:36:31 +02:00
|
|
|
"git-config-path": "^2.0.0",
|
2019-10-19 08:48:59 +02:00
|
|
|
"github-username": "^4.1.0",
|
2019-11-24 11:30:53 +01:00
|
|
|
"globby": "^9.0.0",
|
2019-04-20 15:36:31 +02:00
|
|
|
"handlebars": "^4.1.0",
|
2019-10-12 13:41:37 +02:00
|
|
|
"inquirer": "^6.2.2",
|
2019-09-02 19:51:56 +02:00
|
|
|
"make-dir": "^2.0.0",
|
2020-01-22 17:46:45 +00:00
|
|
|
"ora": "^4.0.3",
|
2019-10-19 08:48:59 +02:00
|
|
|
"p-each-series": "^1.0.0",
|
2019-04-20 15:36:31 +02:00
|
|
|
"parse-git-config": "^3.0.0",
|
|
|
|
"validate-npm-package-name": "^3.0.0",
|
2020-01-25 17:12:44 +01:00
|
|
|
"which": "^1.3.1",
|
2020-01-27 17:49:13 +01:00
|
|
|
"@freesewing/i18n": "^2.2.0-beta.3",
|
|
|
|
"@freesewing/pattern-info": "^2.2.0-beta.3"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2020-01-06 07:27:30 +01:00
|
|
|
"devDependencies": {},
|
2019-05-02 19:36:42 +02:00
|
|
|
"files": [
|
2019-05-03 10:07:11 +02:00
|
|
|
"lib",
|
|
|
|
"template",
|
2019-05-02 19:36:42 +02:00
|
|
|
"README.md",
|
2019-05-03 10:07:11 +02:00
|
|
|
"package.json",
|
|
|
|
"!lib/*.test.js",
|
|
|
|
"!template/default/node_modules"
|
2019-05-02 19:36:42 +02:00
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2019-12-26 12:06:17 +01:00
|
|
|
"tag": "next"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2018-03-09 18:52:21 -05:00
|
|
|
"engines": {
|
2019-04-20 19:23:22 +02:00
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2019-04-20 19:23:22 +02:00
|
|
|
"bin": {
|
2019-05-02 19:36:42 +02:00
|
|
|
"create-freesewing-pattern": "index.js"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2018-03-04 15:43:18 -05:00
|
|
|
}
|