-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"name": "exboost-js",
"version": "1.12.2",
"description": "Package for adding promotional banners to your extensions with ExBoost",
"main": "dist/exboost.cjs",
"scripts": {
"postbuild": "node scripts/replaceVersion.js",
"build": "webpack",
"test": "jest",
"prepublishOnly": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classvsoftware/exboost.js.git"
},
"keywords": [
"web",
"enhancement",
"utility",
"extension",
"chrome"
],
"author": "Matt Frisbie <classvsoftware@gmail.com> (https://extensionboost.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/classvsoftware/exboost.js/issues"
},
"homepage": "https://extensionboost.com",
"devDependencies": {
"@types/chrome": "^0.0.260",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4"
},
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
]
}