UNPKG

1.53 kBJSONView Raw
1{
2 "name": "webpack-obsolete-plugin",
3 "version": "1.0.5",
4 "description": "A Webpack plugin generates a browser-side standalone script that detects browser compatibility based on `Browserslist` and prompts website users to upgrade it.",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "keywords": [
8 "webpack",
9 "plugin",
10 "obsolete",
11 "obsolete-web",
12 "obsolete-webpack-plugin",
13 "webpack-obsolete-plugin"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/AndrushkevichMikita/webpack-obsolete-plugin"
18 },
19 "author": "AndrushkevichMikita",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/Yegorich555/webpack-mock-server/issues"
23 },
24 "scripts": {
25 "test": "jest",
26 "lint": "eslint . --ext **/*.{js,ts,html} && prettier **/*.{js,ts,html} --write",
27 "build": "node .\\build.copyFiles.js && tsc && terser build/obsolete.js -o build/obsolete.js --config-file terserOptions.json && node .\\obsolete.copyFiles.js"
28 },
29 "devDependencies": {
30 "@types/babel__core": "^7.1.19",
31 "@types/jest": "^28.1.6",
32 "@typescript-eslint/eslint-plugin": "^5.33.1",
33 "@typescript-eslint/parser": "^5.33.1",
34 "browserslist": "^4.21.3",
35 "eslint": "^8.22.0",
36 "eslint-config-prettier": "^8.5.0",
37 "eslint-plugin-prettier": "^4.2.1",
38 "jest": "^28.1.3",
39 "jest-environment-jsdom": "^28.1.3",
40 "prettier": "^2.7.1",
41 "terser": "^5.15.0",
42 "ts-jest": "^28.0.7",
43 "typescript": "^4.7.4"
44 }
45}