{ "name": "remark-smartypants", "description": "remark plugin to implement SmartyPants", "version": "2.1.0", "license": "MIT", "files": [ "index.js", "index.d.ts" ], "exports": "./index.js", "types": "./index.d.ts", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/silvenon/remark-smartypants.git" }, "author": { "name": "Matija Marohnić", "email": "matija.marohnic@gmail.com", "url": "https://silvenon.com" }, "homepage": "https://github.com/silvenon/remark-smartypants#readme", "bugs": { "url": "https://github.com/silvenon/remark-smartypants/issues", "email": "matija.marohnic@gmail.com" }, "keywords": [ "unified", "remark", "remark-plugin", "smartypants", "punctuation", "typography", "smart" ], "scripts": { "setup": "npm install && simple-git-hooks", "test": "vitest run", "prepublishOnly": "npm test" }, "simple-git-hooks": { "pre-commit": "npx nano-staged", "pre-push": "npm test" }, "nano-staged": { "*.{js,ts,json}": [ "prettier --write" ] }, "prettier": {}, "dependencies": { "retext": "^8.1.0", "retext-smartypants": "^5.2.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "nano-staged": "^0.8.0", "prettier": "^3.1.1", "remark": "^14.0.3", "simple-git-hooks": "^2.9.0", "vitest": "^1.1.2" } }