-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
42
43
44
45
46
{
"name": "@oneisland/module-packer",
"private": false,
"version": "0.0.16",
"description": "Quick and easy packaging of libraries and modules",
"keywords": [
"module-packer",
"modules",
"webpack"
],
"main": "lib/cli.js",
"bin": {
"module-packer": "lib/cli.js"
},
"scripts": {
"build": "webpack build",
"prepare": "webpack build",
"postinstall": "lib/cli.js postinstall",
"prepublish": "npm run build",
"info": "module-packer"
},
"dependencies": {
"@babel/eslint-parser": "^7.12.13",
"@oneisland/worker-module": "^0.0.2",
"ava": "^3.15.0",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.5.0",
"esm": "^3.2.25",
"source-map-loader": "^2.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"homepage": "https://github.com/oneislandearth/module-packer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oneislandearth/module-packer.git"
},
"bugs": {
"url": "https://github.com/oneislandearth/module-packer/issues"
},
"contributors": [
"Daniel Larkin <daniel@oneisland.io>"
],
"license": "MIT"
}