-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
42
43
44
45
46
47
{
"name": "hide-impression",
"version": "2.2.0",
"description": "Browser extension to hide the number of Twitter impressions",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"format": "prettier --write ./src/**/*",
"format:check": "prettier --check ./src/**/*",
"lint": "eslint ./src/**/*.ts",
"package": "tsx ./script/package.ts",
"version": "npm run build && git add ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robot-Inventor/hide-impression.git"
},
"keywords": [
"twitter",
"extension",
"addon"
],
"author": "Robot-Inventor",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robot-Inventor/hide-impression/issues"
},
"homepage": "https://github.com/Robot-Inventor/hide-impression#readme",
"dependencies": {
"@robot-inventor/eslint-config": "^6.0.0",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"twi-ext": "^0.9.0",
"typescript": "^5.4.5",
"web-ext": "^8.2.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@robot-inventor/tsconfig-base": "^1.1.0",
"tsx": "^4.10.1"
}
}