-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "@mrtc0/csp-html-webpack-plugin",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest",
"release": "npm run build && changeset publish"
},
"keywords": [
"CSP",
"Content-Security-Policy",
"webpack",
"html-webpack-plugin"
],
"homepage": "https://github.com/mrtc0/csp-html-webpack-plugin",
"bugs": {
"url": "https://github.com/mrtc0/csp-html-webpack-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrtc0/csp-html-webpack-plugin.git"
},
"author": "mrtc0@ssrf.in",
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.3",
"@types/jsdom": "^21.1.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.1",
"jsdom": "^24.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}