1
0
Fork 0
freesewing/packages/utils/package.json

75 lines
1.8 KiB
JSON
Raw Normal View History

2019-04-27 12:21:14 +02:00
{
"name": "@freesewing/utils",
"version": "2.16.1-rc.1",
"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"
},
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"main": "dist/index.js",
"scripts": {
"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",
"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
},
"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"
},
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/*",
"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-05-29 14:13:45 +02:00
"tag": "next"
2019-04-27 12:21:14 +02:00
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
2020-08-08 17:20:08 +02:00
},
"rollup": {
"exports": "default"
}
2019-04-27 12:21:14 +02:00
}