-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 934 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 934 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
34
{
"name": "drupal-libraries-webpack-plugin",
"description": "Generates a Drupal asset library file for a webpack build.",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"homepage": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin",
"bugs": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin.git"
},
"keywords": [
"drupal",
"libraries",
"webpack"
],
"dependencies": {
"mkdirp": "^1.0.4",
"yaml": "^2.1.3"
},
"devDependencies": {
"coveralls": "^3.1.1",
"css-loader": "^6.7.1",
"jest": "^29.2.2",
"mini-css-extract-plugin": "^2.6.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}