-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}