web: Format live reload package.
This commit is contained in:
committed by
Teffen Ellis
parent
5c9e97e11c
commit
c69d35b9f7
@ -1,22 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@goauthentik/esbuild-plugin-live-reload",
|
"name": "@goauthentik/esbuild-plugin-live-reload",
|
||||||
"description": "ESBuild plugin to watch for file changes and trigger client-side reloads.",
|
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"dependencies": {
|
"description": "ESBuild plugin to watch for file changes and trigger client-side reloads.",
|
||||||
"find-free-ports": "^3.1.1"
|
"license": "MIT",
|
||||||
},
|
"private": true,
|
||||||
"devDependencies": {
|
"main": "index.js",
|
||||||
"@goauthentik/prettier-config": "^1.0.4",
|
"type": "module",
|
||||||
"@goauthentik/tsconfig": "^1.0.4",
|
|
||||||
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
||||||
"@types/node": "^22.14.1",
|
|
||||||
"esbuild": "^0.25.0",
|
|
||||||
"prettier": "^3.3.3",
|
|
||||||
"typescript": "^5.6.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=20.11"
|
|
||||||
},
|
|
||||||
"exports": {
|
"exports": {
|
||||||
"./package.json": "./package.json",
|
"./package.json": "./package.json",
|
||||||
".": {
|
".": {
|
||||||
@ -32,22 +21,33 @@
|
|||||||
"import": "./plugin/index.js"
|
"import": "./plugin/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"find-free-ports": "^3.1.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@goauthentik/prettier-config": "^1.0.4",
|
||||||
|
"@goauthentik/tsconfig": "^1.0.4",
|
||||||
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
||||||
|
"@types/node": "^22.14.1",
|
||||||
|
"esbuild": "^0.25.0",
|
||||||
|
"prettier": "^3.3.3",
|
||||||
|
"typescript": "^5.6.2"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"esbuild": "^0.25.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.11"
|
||||||
|
},
|
||||||
|
"types": "./out/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"./index.js",
|
"./index.js",
|
||||||
"client/**/*",
|
"client/**/*",
|
||||||
"plugin/**/*",
|
"plugin/**/*",
|
||||||
"out/**/*"
|
"out/**/*"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
|
||||||
"main": "index.js",
|
|
||||||
"peerDependencies": {
|
|
||||||
"esbuild": "^0.25.0"
|
|
||||||
},
|
|
||||||
"prettier": "@goauthentik/prettier-config",
|
"prettier": "@goauthentik/prettier-config",
|
||||||
"private": true,
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
}
|
||||||
"type": "module",
|
|
||||||
"types": "./out/index.d.ts"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user