-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 955 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 955 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
28
29
30
31
32
33
{
"name": "paragraph.counter",
"version": "1.0.0",
"description": "Counts words on a hovered paragraph element",
"main": "popup.html",
"repository": {
"type": "git",
"url": "git+https://github.com/rgpl-xyz/paragraph.counter.git"
},
"author": "RGPL",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rgpl-xyz/paragraph.counter/issues"
},
"homepage": "https://github.com/rgpl-xyz/paragraph.counter#readme",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/chrome": "^0.1.1",
"@types/node": "^24.1.0",
"chrome-types": "^0.1.298",
"copy-webpack-plugin": "^13.0.0",
"dotenv-webpack": "^8.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^6.0.1"
}
}