-
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) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 780 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": "cardjizzerwrapper",
"version": "0.3.2",
"description": "Wrapper for the CardJizzerBackend",
"main": "index.js",
"scripts": {
"test": "mocha src/**/*.spec.js --exit",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CardJizzerApp/CardJizzerWrapper.git"
},
"author": "IJustDev",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/CardJizzerApp/CardJizzerWrapper/issues"
},
"homepage": "https://github.com/CardJizzerApp/CardJizzerWrapper#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.2"
},
"dependencies": {
"ws": "^7.2.0"
}
}