-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "ankidamage-firefox",
"version": "0.1.0",
"description": "A Firefox extension that scrapes KanjiDamage's pages, and generate new cards using the info.",
"main": "manifest.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"rock_n_roll": "web-ext build",
"start:firefox": "web-ext run --source-dir ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kemystra/ankidamage-firefox.git"
},
"author": "K3mystra",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kemystra/ankidamage-firefox/issues"
},
"homepage": "https://github.com/Kemystra/ankidamage-firefox#readme",
"devDependencies": {
"@types/jquery": "^3.5.32",
"filemanager-webpack-plugin": "^8.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"web-ext": "^8.3.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"jquery": "^3.7.1",
"yanki-connect": "^2.1.10"
}
}