60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "rehype-jargon",
|
|
"version": "3.0.0-alpha.10",
|
|
"description": "A Rehype plugin for jargon terms",
|
|
"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",
|
|
"freesewing"
|
|
],
|
|
"type": "module",
|
|
"module": "dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"internal": "./src/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"build:all": "yarn build",
|
|
"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'",
|
|
"wbuild": "node build.mjs",
|
|
"wbuild:all": "yarn wbuild"
|
|
},
|
|
"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": "18",
|
|
"npm": "9"
|
|
}
|
|
}
|