-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "elvis-cli",
"bin": {
"elvis": "lib/index.js"
},
"collaborators": [
"clearloop <[email protected]>"
],
"description": "Calling Elvis, is anybody home?",
"version": "0.1.15",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/calling-elvis/elvis-cli"
},
"files": [
"lib/index.js"
],
"main": "lib/index.js",
"homepage": "https://github.com/clearloop/elvis",
"sideEffects": false,
"dependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.1.0",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"clean-webpack-plugin": "^3.0.0",
"got": "^10.5.6",
"html-webpack-plugin": "^3.2.0",
"progress": "^2.0.3",
"serve-handler": "^6.1.2",
"tar": "^6.0.1",
"webpack": "^4.41.6",
"webpack-dev-server": "^3.10.3",
"webpack-html-plugin": "^0.1.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.1",
"@types/node": "^13.7.1",
"@types/progress": "^2.0.3",
"@types/serve-handler": "^6.1.0",
"@types/tar": "^4.0.3",
"@types/webpack": "^4.41.6",
"@types/webpack-dev-server": "^3.10.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5"
},
"scripts": {
"elvis": "ts-node index.ts"
}
}