babel-plugin-typograf
Version:
Плагин для `babel`, который [типографирует](https://www.artlebedev.ru/typograf/about/) строки
29 lines (28 loc) • 585 B
JSON
{
"name": "babel-plugin-typograf",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"author": {
"name": "boris pinus",
"email": "bvpinus@gmail.com"
},
"repository": "https://github.com/borispinus/babel-plugin-typograf.git",
"keywords": [
"babel",
"react",
"babel-plugin",
"typograph",
"typograf"
],
"scripts": {
"release": "standard-version",
"postrelease": "git push && git push --tags & yarn publish"
},
"dependencies": {
"typograf": "^6.8.3"
},
"devDependencies": {
"standard-version": "^5.0.2"
}
}