-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 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
36
37
38
39
40
41
{
"name": "twitter-real-verified",
"version": "2.1.1",
"description": "Return Twitter's legacy verification and change the verification badge from users with Twitter Blue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-chrome": "node ./esbuild/buildChrome.mjs ",
"build-firefox": "node ./esbuild/buildFirefox.mjs "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.23.2",
"@uiw/color-convert": "^2.0.1",
"@uiw/react-color-hue": "^2.0.1",
"@uiw/react-color-shade-slider": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"chokidar": "^3.5.3",
"esbuild": "^0.19.5",
"esbuild-plugin-svgr": "^2.1.0",
"fs-extra": "^11.1.1",
"standard": "^17.1.0"
},
"standard": {
"globals": [
"MutationObserver",
"localStorage",
"chrome",
"browser",
"node"
],
"ignore": [
"/src/verifiedUserList1.js",
"/src/verifiedUserList2.js"
]
}
}