UNPKG

remark-typography

Version:

Remark plugin to fix typography: quotes, dashes and so on.

73 lines (72 loc) 2.14 kB
{ "name": "remark-typography", "version": "0.7.3", "description": "Remark plugin to fix typography: quotes, dashes and so on.", "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown", "text", "typography", "typographic", "typesetting", "english" ], "homepage": "https://codsen.com/os/remark-typography", "repository": { "type": "git", "url": "git+https://github.com/codsen/codsen.git", "directory": "packages/remark-typography" }, "license": "MIT", "author": { "name": "Roy Revelt", "email": "roy@codsen.com", "url": "https://codsen.com" }, "main": "dist/remark-typography.cjs.js", "types": "types/index.d.ts", "scripts": { "build": "node '../../ops/scripts/esbuild.js' && node '../../ops/scripts/fix-cjs.js' && npm run dts", "cjs-off": "node '../../ops/scripts/cjs-off.js'", "cjs-on": "node '../../ops/scripts/cjs-on.js'", "dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts", "devtest": "c8 npm run unit && npm run examples && npm run lint", "dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'", "examples": "node '../../ops/scripts/run-examples.js'", "lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' --write --log-level 'silent'", "letspublish": "npm publish --provenance || :", "lint": "eslint . --fix --concurrency=auto --cache", "perf": "echo 'skip perf'", "prep": "echo 'ready'", "prettier": "prettier", "prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'", "pretest": "npm run lect && npm run build", "test": "npm run devtest", "unit": "uvu test" }, "engines": { "node": ">=14.18.0" }, "c8": { "check-coverage": true, "exclude": [ "**/test/**/*.*" ], "lines": 100 }, "lect": { "licence": { "extras": [ "" ] }, "various": {} }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }