UNPKG

@freesewing/models

Version:

Body measurements data used to test FreeSewing designs

51 lines 1.23 kB
{ "name": "@freesewing/models", "version": "4.0.3", "description": "Body measurements data used to test FreeSewing designs", "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", "bodies", "data", "fashion", "measurements", "sizes" ], "type": "module", "module": "src/index.mjs", "exports": { ".": "./src/index.mjs" }, "scripts": { "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "test": "npx mocha tests/*.test.mjs", "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'" }, "peerDependencies": {}, "dependencies": {}, "devDependencies": {}, "files": [ "src/", "i18n/", "about.json", "README.md" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">= 20" } }