mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 08:13:24 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "extension",
|
|
"version": "1.0.0",
|
|
"description": "movie-web extension, allows providers to work without proxy",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:firefox": "vite build",
|
|
"build:chrome": "vite build",
|
|
"test": "vitest run",
|
|
"lint": "eslint --ext .tsx,.ts src",
|
|
"lint:fix": "eslint --fix --ext .tsx,.ts src",
|
|
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
|
|
"preinstall": "npx -y only-allow pnpm"
|
|
},
|
|
"keywords": [],
|
|
"author": "movie-web",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vite": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.0.254",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"@types/node": "^20.10.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
"@typescript-eslint/parser": "^6.15.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"vite-plugin-static-copy": "^1.0.0"
|
|
}
|
|
}
|