1
0
Fork 0
freesewing/packages/utils/package.json
2021-09-02 18:45:47 +02:00

78 lines
1.8 KiB
JSON

{
"name": "@freesewing/utils",
"version": "2.17.4",
"description": "A collection of utilities shared across freesewing projects",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"test": "echo \"utils: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {
"tlds": "^1.221.1",
"axios": "0.21.1"
},
"dependencies": {},
"devDependencies": {},
"files": [
"backend/*",
"camelCase/*",
"capitalize/*",
"cloneObject/*",
"convertSize/*",
"defaultGist/*",
"defaultSa/*",
"formatImperial/*",
"formatMm/*",
"isDegMeasurement/*",
"measurementAsMm/*",
"measurementDiffers/*",
"neckstimate/*",
"optionDefault/*",
"optionType/*",
"roundMm/*",
"roundMmDown/*",
"roundMmUp/*",
"sliderStep/*",
"smallestImperialStep/*",
"storage/*",
"tiler/*",
"validateEmail/*",
"validateTld/*"
],
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6"
},
"rollup": {
"exports": "default"
}
}