forked from kossnocorp/on-build-webpack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 809 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
{
"name": "before-build-webpack",
"version": "0.2.15",
"private": false,
"description": "Webpack plugin that gives ability to add callback before build (or at any other event hook). Can stop compilation by condition.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/artemdudkin/before-build-webpack"
},
"keywords": [
"webpack",
"conditional",
"before build",
"pre build"
],
"author": "Sasha Koss <[email protected]>",
"contributors": [
"Artem Dudkin <[email protected]>",
"Sam Lynch <[email protected]>"
],
"license": "MIT",
"scripts": {
"test": "cd tests && mocha index.js && cd .."
},
"devDependencies": {
"chai": "^4.2.0",
"fs.extra": "^1.3.2",
"mocha": "^10.2.0"
},
"dependencies": {
}
}