{ "name": "remark-jargon", "version": "2.16.2", "description": "A Remark 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" }, "keywords": [ "freesewing", "design", "diy", "fashion", "made to measure", "parametric design", "sewing" ], "main": "dist/index.js", "module": "dist/index.mjs", "scripts": { "clean": "rimraf dist", "build": "rollup -c", "test": "echo \"remark-jargon: 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": { "remark": "^13.0.0", "remark-html": "^13.0.1" }, "dependencies": { "unist-util-visit": "^3.1.0" }, "devDependencies": {}, "files": [ "dist/*", "README.md", "package.json" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=12.0.0", "npm": ">=6" }, "rollup": { "exports": "default" } }