wext-manifest-webpack-plugin
Version:
Webpack plugin to solve the problem of generating js file for manifest.json entry
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "wext-manifest-webpack-plugin",
"version": "1.4.1",
"description": "Webpack plugin to solve the problem of generating js file for manifest.json entry",
"license": "MIT",
"repository": "https://github.com/abhijithvijayan/wext-manifest-webpack-plugin.git",
"author": {
"name": "abhijithvijayan",
"email": "email@abhijithvijayan.in",
"url": "https://abhijithvijayan.in"
},
"engines": {
"node": ">=10.0.0"
},
"main": "lib/index.js",
"types": "lib",
"files": [
"lib"
],
"scripts": {
"dev": "tsc --watch",
"build": "rimraf lib && tsc",
"pack:list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "npm run pack:list",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"keywords": [
"webextension",
"manifest",
"webpack",
"plugin",
"wext",
"chrome",
"firefox",
"edge",
"opera"
],
"devDependencies": {
"@abhijithvijayan/eslint-config": "^2.8.0",
"@abhijithvijayan/eslint-config-airbnb": "^1.1.0",
"@abhijithvijayan/tsconfig": "^1.3.0",
"@babel/eslint-parser": "^7.23.9",
"@types/webpack": "^4.41.18 || ^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"rimraf": "^3.0.2",
"typescript": "^4.9.5",
"webpack": "^5.90.0"
}
}