UNPKG

1.37 kBJSONView Raw
1{
2 "name": "esbuild-loader",
3 "version": "2.11.0",
4 "description": "⚡️ Speed up your Webpack build with esbuild",
5 "keywords": [
6 "esbuild",
7 "webpack",
8 "loader",
9 "typescript",
10 "esnext"
11 ],
12 "license": "MIT",
13 "repository": "privatenumber/esbuild-loader",
14 "funding": "https://github.com/privatenumber/esbuild-loader?sponsor=1",
15 "author": {
16 "name": "Hiroki Osame",
17 "email": "hiroki.osame@gmail.com"
18 },
19 "files": [
20 "dist"
21 ],
22 "main": "dist/index.js",
23 "scripts": {
24 "build": "tsc",
25 "pretest": "npm run build",
26 "test": "jest --coverage",
27 "lint": "xo"
28 },
29 "husky": {
30 "hooks": {
31 "pre-commit": "lint-staged"
32 }
33 },
34 "lint-staged": {
35 "*.ts": [
36 "xo",
37 "jest --bail --findRelatedTests"
38 ]
39 },
40 "dependencies": {
41 "esbuild": "^0.10.2",
42 "joycon": "^3.0.1",
43 "json5": "^2.2.0",
44 "loader-utils": "^2.0.0",
45 "type-fest": "^1.0.1",
46 "webpack-sources": "^2.2.0"
47 },
48 "peerDependencies": {
49 "webpack": "^4.40.0 || ^5.0.0"
50 },
51 "devDependencies": {
52 "@types/jest": "^26.0.22",
53 "@types/loader-utils": "^2.0.2",
54 "@types/webpack": "^4.41.27",
55 "css-loader": "^5.2.0",
56 "husky": "^4.3.8",
57 "jest": "^26.6.3",
58 "lint-staged": "^10.5.4",
59 "memfs": "^3.2.0",
60 "mini-css-extract-plugin": "^1.4.0",
61 "typescript": "^4.2.3",
62 "unionfs": "^4.4.0",
63 "webpack": "^4.44.2",
64 "webpack5": "npm:webpack@^5.0.0",
65 "xo": "^0.38.2"
66 }
67}