2019-04-27 12:21:14 +02:00
|
|
|
{
|
|
|
|
"name": "@freesewing/utils",
|
2021-09-09 20:25:59 +02:00
|
|
|
"version": "2.18.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"description": "A collection of utilities shared across freesewing projects",
|
2021-04-11 17:32:58 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
2019-04-27 12:21:14 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2019-04-27 12:21:14 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"design",
|
|
|
|
"diy",
|
|
|
|
"fashion",
|
|
|
|
"made to measure",
|
|
|
|
"parametric design",
|
|
|
|
"sewing"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"clean": "rimraf dist",
|
2020-08-08 17:20:08 +02:00
|
|
|
"build": "rollup -c",
|
2019-04-27 12:21:14 +02:00
|
|
|
"test": "echo \"utils: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
2019-04-29 11:12:41 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:40:03 +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-27 12:21:14 +02:00
|
|
|
},
|
2019-06-09 13:38:12 +02:00
|
|
|
"peerDependencies": {
|
2021-05-22 12:15:10 +02:00
|
|
|
"tlds": "^1.221.1",
|
2021-04-11 17:32:58 +02:00
|
|
|
"axios": "0.21.1"
|
2019-06-09 13:38:12 +02:00
|
|
|
},
|
2021-04-11 17:32:58 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2019-04-27 12:21:14 +02:00
|
|
|
"files": [
|
2019-07-14 11:05:50 +02:00
|
|
|
"backend/*",
|
|
|
|
"camelCase/*",
|
|
|
|
"capitalize/*",
|
|
|
|
"cloneObject/*",
|
2020-04-13 14:09:32 +02:00
|
|
|
"convertSize/*",
|
2019-07-14 11:05:50 +02:00
|
|
|
"defaultGist/*",
|
|
|
|
"defaultSa/*",
|
|
|
|
"formatImperial/*",
|
|
|
|
"formatMm/*",
|
2020-07-04 17:53:09 +02:00
|
|
|
"isDegMeasurement/*",
|
2019-09-02 07:25:26 +02:00
|
|
|
"measurementAsMm/*",
|
|
|
|
"measurementDiffers/*",
|
2019-08-24 18:38:30 +02:00
|
|
|
"neckstimate/*",
|
2019-07-14 11:05:50 +02:00
|
|
|
"optionDefault/*",
|
|
|
|
"optionType/*",
|
|
|
|
"roundMm/*",
|
|
|
|
"roundMmDown/*",
|
|
|
|
"roundMmUp/*",
|
|
|
|
"sliderStep/*",
|
|
|
|
"smallestImperialStep/*",
|
|
|
|
"storage/*",
|
|
|
|
"tiler/*",
|
|
|
|
"validateEmail/*",
|
|
|
|
"validateTld/*"
|
2019-04-27 12:21:14 +02:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2021-09-09 20:25:59 +02:00
|
|
|
"tag": "latest"
|
2019-04-27 12:21:14 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">=6"
|
2020-08-08 17:20:08 +02:00
|
|
|
},
|
|
|
|
"rollup": {
|
|
|
|
"exports": "default"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2019-04-27 12:21:14 +02:00
|
|
|
}
|