forked from ArchmageInc/Overviewer-Info-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 734 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 734 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
{
"name": "Overviewer-Info-Plugin",
"version": "1.0.0",
"description": "A javascript client plugin for Overviewer which reads information from a socket server to display player locations and other information on an Overviewer map.",
"private": true,
"scripts": {
"test": "echo \"Tests... where we're going, we don't need tests.\" && exit 0",
"build": "npx webpack"
},
"keywords": [],
"author": "Elminster2031",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.2",
"style-loader": "^2.0.0",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"lodash": "^4.17.21"
}
}