forked from Sorok-Dva/allods-web-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 887 Bytes
/
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
{
"name": "allods-web-library",
"version": "0.0.0-alpha.1",
"description": "A powerful and modern web library for allods online servers",
"author": "Сорок два",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=lcovonly --all -x \"./node_modules/\" -x \"./coverage/\" -x \"./jars/\" mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sorok-Dva/allods-web-library"
},
"bugs": {
"url": "https://github.com/Sorok-Dva/allods-web-library/issues"
},
"homepage": "https://github.com/Sorok-Dva/allods-web-library",
"keywords": [
"allods-web-library",
"allods",
"allods-server",
"allods-api"
],
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"request": "^2.88.2"
},
"devDependencies": {
"mocha": "^7.1.0",
"chai": "^4.2.0",
"nyc": "^15.0.0"
}
}