UNPKG

@funboxteam/babel-plugin-typograf

Version:

Babel plugin for enhancing text punctuation and readability

42 lines (41 loc) 1.06 kB
{ "name": "@funboxteam/babel-plugin-typograf", "version": "3.0.0", "description": "Babel plugin for enhancing text punctuation and readability", "keywords": [ "babel", "plugin", "typograf" ], "repository": { "type": "git", "url": "https://github.com/funbox/babel-plugin-typograf" }, "files": [ "index.d.ts", "index.js", "restricted-default-rules.js" ], "author": "Mikhail Donskoy <m.donskoy@yandex.ru> (https://github.com/mdnsk)", "license": "MIT", "main": "index.js", "types": "index.d.ts", "scripts": { "lint": "eslint --cache -c .eslintrc index.js", "prepublishOnly": "if [ -z \"$CI\" ]; then lawyer; fi", "test": "jest" }, "dependencies": { "typograf": "6.8.2" }, "devDependencies": { "@babel/cli": "7.14.5", "@babel/core": "7.20.12", "@babel/helper-plugin-test-runner": "7.13.10", "@babel/plugin-transform-react-jsx": "7.0.0", "@babel/preset-env": "7.0.0", "@funboxteam/eslint-config": "7.3.0", "eslint": "7.32.0", "jest": "26.6.3" } }