forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 880 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
{
"name": "@open-wc/webpack-import-meta-loader",
"version": "0.3.1",
"description": "Webpack configuration following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "webpack-import-meta-loader.js",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/webpack-import-meta-loader"
},
"files": [
"src",
"*.js"
],
"scripts": {
"test": "npm run test:node",
"test:node": "mocha --require @babel/register",
"prepublishOnly": "../../scripts/insert-header.js"
},
"devDependencies": {
"@babel/register": "^7.0.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"memory-fs": "^0.4.1",
"mocha": "^5.0.0",
"webpack": "^4.28.0"
}
}