1 | {
|
2 | "name": "fork-ts-checker-notifier-webpack-plugin",
|
3 | "version": "9.0.0",
|
4 | "description": "a notifier for users of fork-ts-checker-webpack-plugin",
|
5 | "main": "index.js",
|
6 | "types": "index.d.ts",
|
7 | "scripts": {
|
8 | "build": "tsc --version && tsc",
|
9 | "format": "prettier --check .",
|
10 | "lint": "eslint --color --ext js,ts .",
|
11 | "test": "jest"
|
12 | },
|
13 | "keywords": [
|
14 | "webpack",
|
15 | "fork-ts-checker-webpack-plugin",
|
16 | "ts-loader",
|
17 | "notifier"
|
18 | ],
|
19 | "engines": {
|
20 | "node": ">=16"
|
21 | },
|
22 | "author": "John Reilly <johnny_reilly@hotmail.com>",
|
23 | "license": "MIT",
|
24 | "repository": {
|
25 | "url": "https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin.git",
|
26 | "type": "git"
|
27 | },
|
28 | "bugs": {
|
29 | "url": "https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/issues"
|
30 | },
|
31 | "dependencies": {
|
32 | "node-notifier": "^10.0.1"
|
33 | },
|
34 | "devDependencies": {
|
35 | "@types/jest": "^29.5.11",
|
36 | "@types/node": "^20.10.5",
|
37 | "@types/node-notifier": "^8.0.5",
|
38 | "@types/tapable": "^2.2.7",
|
39 | "@typescript-eslint/eslint-plugin": "^6.15.0",
|
40 | "@typescript-eslint/parser": "^6.15.0",
|
41 | "eslint": "^8.56.0",
|
42 | "eslint-config-prettier": "^9.1.0",
|
43 | "fork-ts-checker-webpack-plugin": "^9.0.2",
|
44 | "jest": "^29.7.0",
|
45 | "prettier": "^3.1.1",
|
46 | "ts-jest": "^29.1.1",
|
47 | "typescript": "^5.3.3",
|
48 | "webpack": "^5.89.0"
|
49 | },
|
50 | "peerDependencies": {
|
51 | "fork-ts-checker-webpack-plugin": "^9.0.0"
|
52 | },
|
53 | "jest": {
|
54 | "transform": {
|
55 | "^.+\\.tsx?$": "ts-jest"
|
56 | },
|
57 | "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
58 | "moduleFileExtensions": [
|
59 | "ts",
|
60 | "tsx",
|
61 | "js",
|
62 | "jsx",
|
63 | "json",
|
64 | "node"
|
65 | ]
|
66 | }
|
67 | }
|