-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "typopo",
"version": "2.5.8",
"description": "Fix frequent microtypography errors in multiple languages. Write neat texts without bothering about typography rules. Typopo works for English, German, Slovak, Czech and Rusyn language.",
"license": "MIT",
"author": {
"name": "Braňo Šandala",
"email": "[email protected]"
},
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"test": "mocha --require @babel/register ./tests/**/*.test.js -R min --no-colors",
"test:dev": "mocha --require @babel/register ./tests/**/*.test.js -R min -w",
"lint": "eslint src/",
"prepare": "husky"
},
"lint-staged": {
"src/**/*": []
},
"main": "dist/typopo_dist.min.js",
"repository": {
"type": "git",
"url": "https://github.com/surfinzap/typopo"
},
"bugs": {
"url": "https://github.com/surfinzap/typopo/issues"
},
"keywords": [
"microtypography",
"typography",
"typos",
"typo",
"English",
"German",
"Slovak",
"Czech",
"Rusyn"
],
"engines": {
"node": ">=6.9.4"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"babelify": "^10.0.0",
"browser-sync": "^3.0.3",
"browserify": "^17.0.1",
"eslint": "^9.16.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"mocha": "^10.8.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}