forked from jmsfwk/dotenv-mix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 816 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
{
"name": "@mahpooya/dotenv-mix",
"version": "1.1.11",
"description": "Add dotenv-webpack to Laravel Mix (Fork for update dependencies)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mahpooya/dotenv-mix.git"
},
"author": "James Fenwick",
"contributors": [
"Mahpooya Damavand <[email protected]>"
],
"license": "UNLICENSED",
"dependencies": {
"dotenv-webpack": "^8.0.1"
},
"peerDependencies": {
"laravel-mix": "npm:@mahpooya/laravel-mix@^6.0.59"
},
"bugs": {
"url": "https://github.com/jmsfwk/dotenv-mix/issues"
},
"homepage": "https://github.com/mahpooya/dotenv-mix#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dotenv-mix",
"@mahpooya/dotenv-mix"
]
}