-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "@server-state/raw-module",
"version": "0.1.10",
"description": "Module for raw exec output for the server-state project",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint ./src",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/server-state/raw-module.git"
},
"author": "server-state",
"license": "MIT",
"bugs": {
"url": "https://github.com/server-state/raw-module/issues"
},
"homepage": "https://github.com/server-state/template-module#readme",
"devDependencies": {
"eslint": "^8.3.0",
"jest": "^27.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"shell-exec": "^1.0.2"
}
}