-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "bidi-support-firefox-extension",
"version": "0.5.1",
"description": "An extension to manipulate DOM and improve bidirectional text support",
"main": "add-bidi.js",
"scripts": {
"start:firefox": "web-ext run",
"build": "web-ext build --overwrite-dest",
"build-watch": "web-ext build --overwrite-dest --as-needed",
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
"web-ext-lint": "web-ext lint"
},
"repository": {
"type": "git",
"url": "git+https://framagit.org/dobidi/add-bidi-support-web-extension.git"
},
"keywords": [
"bidi",
"Bidirectional text",
"Web extension"
],
"author": "Mostafa Ahangarha",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://framagit.org/dobidi/add-bidi-support-web-extension/issues"
},
"homepage": "https://framagit.org/dobidi/add-bidi-support-web-extension#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"web-ext": "^7.11.0"
}
}