UNPKG

@freesewing/utils

Version:

A number of utilities, typically used by FreeSewing frontend code

52 lines 1.33 kB
{ "name": "@freesewing/utils", "version": "4.1.0", "description": "A number of utilities, typically used by FreeSewing frontend code", "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" ], "type": "module", "module": "./src/index.mjs", "scripts": { "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "test": "echo \"utils: No tests configured. Perhaps you could write some?\" && exit 0", "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'" }, "peerDependencies": {}, "dependencies": { "lodash": "^4.17.21", "tlds": "^1.255.0" }, "devDependencies": {}, "files": [ "src/", "i18n/", "about.json", "README.md" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">= 20" } }