{ "author": "Joost De Cock (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"], "type": "module", "module": "dist/index.mjs", "exports": { ".": { "internal": "./src/index.mjs", "default": "./dist/index.mjs" } }, "scripts": { "cibuild_step1": "node build.mjs", "build": "node build.mjs", "testonly": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register", "publish": "npm run build && npm publish --access public" }, "peerDependencies": {}, "dependencies": {}, "devDependencies": {}, "files": ["dist/*", "README.md"], "publishConfig": { "access": "public", "tag": "next" }, "engines": { "node": "18", "npm": "9" } }