2018-03-04 15:43:18 -05:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "create-freesewing-pattern",
|
2021-08-20 15:55:05 +02:00
|
|
|
"version": "2.17.4",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
2021-04-11 17:32:58 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (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
|
|
|
},
|
2021-04-11 17:32:58 +02:00
|
|
|
"peerDependencies": {},
|
2019-04-20 15:36:31 +02:00
|
|
|
"dependencies": {
|
2021-05-22 12:13:19 +02:00
|
|
|
"chalk": "^4.1.1",
|
|
|
|
"commander": "^7.2.0",
|
|
|
|
"conf": "^10.0.1",
|
2020-08-02 19:17:06 +02:00
|
|
|
"cp-file": "^9.0.0",
|
2021-06-05 08:26:43 +02:00
|
|
|
"execa": "^5.1.0",
|
2019-04-20 15:36:31 +02:00
|
|
|
"git-config-path": "^2.0.0",
|
2021-01-07 04:51:06 +00:00
|
|
|
"github-username": "^6.0.0",
|
2021-05-22 12:13:19 +02:00
|
|
|
"globby": "^11.0.3",
|
|
|
|
"handlebars": "^4.7.7",
|
|
|
|
"inquirer": "^8.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"make-dir": "^3.1.0",
|
2021-01-27 19:22:50 +01:00
|
|
|
"normalize-path": "^3.0.0",
|
2021-05-22 12:13:19 +02:00
|
|
|
"ora": "^5.4.0",
|
2021-05-22 18:02:14 +02:00
|
|
|
"p-each-series": "^2.2.0",
|
2019-04-20 15:36:31 +02:00
|
|
|
"parse-git-config": "^3.0.0",
|
|
|
|
"validate-npm-package-name": "^3.0.0",
|
2021-04-11 17:32:58 +02:00
|
|
|
"which": "^2.0.2",
|
2021-08-20 15:55:05 +02:00
|
|
|
"@freesewing/i18n": "^2.17.4",
|
|
|
|
"@freesewing/pattern-info": "^2.17.4"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2021-04-11 17:32:58 +02: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",
|
2021-07-01 14:34:25 +02:00
|
|
|
"tag": "latest"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2018-03-09 18:52:21 -05:00
|
|
|
"engines": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">=6"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2020-08-08 17:20:08 +02:00
|
|
|
"rollup": {
|
|
|
|
"exports": "default"
|
|
|
|
},
|
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
|
|
|
}
|