-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "now2ai-rtl-fixer-chrome-extension",
"version": "1.1.9",
"description": "Now2.ai RTL Fixer Chrome Extension - Automatically fixes RTL text handling in AI chat platforms",
"scripts": {
"dev:build": "webpack --mode development",
"dev:package": "webpack --mode development --env package",
"dev:watch": "webpack --mode development --watch",
"prod:build": "webpack --mode production --env debug=true",
"prod:package": "webpack --mode production --env package"
},
"author": "Idan Mashaal @ Now2.ai",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"zip-webpack-plugin": "^4.0.1"
}
}