-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "x-forwarded-for-browser-plugin",
"version": "1.0.3",
"description": "X-Forwarded-For Browser Plugin",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-url": "^8.0.2",
"@types/chrome": "^0.0.279",
"@types/firefox-webext-browser": "^120.0.4",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@web/rollup-plugin-html": "^2.3.0",
"eslint": "^9.13.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"unplugin-zip-pack": "^1.0.2"
},
"scripts": {
"lint": "eslint --ext .ts,.js src/",
"build": "rollup -c",
"build:watch": "rollup -c --watch",
"release": "rollup -c rollup.config.release.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MisterPhilip/x-forwarded-for.git"
},
"author": "Philip Lawrence",
"license": "MIT",
"bugs": {
"url": "https://github.com/MisterPhilip/x-forwarded-for/issues"
},
"homepage": "https://github.com/MisterPhilip/x-forwarded-for#readme",
"dependencies": {
"grunt-text-replace": "^0.4.0",
"immer": "^10.1.1",
"ip-regex": "^5.0.0",
"lit": "^3.2.1",
"punycode": "^2.3.1"
}
}