forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 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
35
36
37
38
39
{
"name": "@open-wc/webpack-import-meta-loader",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
"description": "Webpack configuration following open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/webpack-import-meta-loader"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"main": "webpack-import-meta-loader.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js",
"test": "npm run test:node",
"test:node": "mocha --require @babel/register"
},
"files": [
"*.js",
"src"
],
"keywords": [
"webpack",
"meta-loader",
"import-meta"
],
"devDependencies": {
"@babel/register": "^7.7.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"memory-fs": "^0.4.1",
"mocha": "^6.2.2",
"webpack": "^4.28.0"
}
}