kjelsrud.dev/node_modules/remark-smartypants/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2023-07-19 21:31:30 +02:00
{
"name": "remark-smartypants",
"description": "remark plugin to implement SmartyPants",
"version": "2.0.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": {
"prepare": "husky install",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"prepublishOnly": "npm test"
},
"dependencies": {
"retext": "^8.1.0",
"retext-smartypants": "^5.1.0",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"husky": "^7.0.4",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"remark": "^14.0.2"
}
}