{ "name": "rehype-jargon", "version": "3.0.0-alpha.10", "description": "A Rehype plugin for jargon terms", "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", "freesewing" ], "type": "module", "module": "dist/index.mjs", "exports": { ".": "./dist/index.mjs" }, "scripts": { "build": "node build.mjs", "clean": "rimraf dist", "mbuild": "NO_MINIFY=1 node build.mjs", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "test": "echo \"rehype-jargon: No tests configured. Perhaps you could write some?\" && exit 0", "vbuild": "VERBOSE=1 node build.mjs", "lab": "cd ../../sites/lab && yarn start", "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/*.mjs'", "cibuild_step6": "node build.mjs", "wbuild": "node build.mjs", "wcibuild_step6": "node build.mjs" }, "peerDependencies": {}, "dependencies": { "unist-util-visit": "5.0.0", "hast-util-from-html": "1.0.2" }, "devDependencies": {}, "files": [ "dist/*", "README.md" ], "publishConfig": { "access": "public", "tag": "next" }, "engines": { "node": ">=16.0.0", "npm": ">=8" } }