-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1003 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
39
40
41
{
"name": "@thc/webpack-quark-sourcemap",
"version": "1.0.1-beta.1",
"description": "Basic webpack block to handle sourcemap",
"keywords": [
"webpack",
"thc-tools",
"sourcemap"
],
"author": "Hartorn <bazirehoussin@gmail.com>",
"homepage": "https://github.com/thc-tools/webpack-laboratory/tree/master/packages/quarks/webpack-quark-sourcemap#readme",
"license": "MIT",
"main": "lib/sourcemap.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thc-tools/webpack-laboratory.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/thc-tools/webpack-laboratory/issues"
},
"peerDependencies": {
"webpack": "^4.44.2"
},
"dependencies": {
"@thc/webpack-chemistry": "1.0.1-beta.0",
"source-map-loader": "5.0.0"
}
}