-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
38 lines (38 loc) · 936 Bytes
/
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
{
"name": "laravel-mix-sri",
"version": "1.0.7",
"description": "subresources integrity for laravel mix",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Elhebert/laravel-mix-sri"
},
"scripts": {
"lint": "prettier --write '**/*.ts'",
"build": "tsc --project ./tsconfig.json"
},
"homepage": "https://github.com/Elhebert/laravel-mix-sri",
"keywords": [
"sri",
"mix",
"laravel-mix-sri",
"subresource integrity"
],
"author": "Dieter Stinglhamber",
"license": "MIT",
"peerDependencies": {
"laravel-mix": "^6.0.19"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"laravel-mix": "^6.0.19",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"files": [
"build/index.js",
"build/SriPlugin.js"
]
}