-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 769 Bytes
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
{
"name": "turnoff-namuwiki",
"version": "1.1.1",
"description": "Disconnects connection to Namuwiki, Uncredible source of information",
"main": "src/",
"repository": "https://github.com/Alex4386/turnoff-namuwiki.git",
"author": "Alex4386 <psh010209@gmail.com>",
"license": "MIT",
"dependencies": {
"browser-polyfill": "^3.20.2",
"typescript": "^5.5.3",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.10.7",
"ts-loader": "^9.5.1",
"web-ext-types": "^3.2.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"scripts": {
"build": "webpack",
"build-package": "webpack && ./build.sh"
},
"packageManager": "yarn@4.6.0"
}