forked from shabados/viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 KB
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
{
"name": "@shabados/database-viewer",
"version": "0.0.1",
"description": "Shabad OS Database Viewer",
"main": "server.js",
"scripts": {
"start": "node -r esm server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShabadOS/database-viewer.git"
},
"author": "Shabad OS Team <team@shabados.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ShabadOS/database-viewer/issues"
},
"homepage": "https://github.com/ShabadOS/database-viewer#readme",
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsdoc": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0"
},
"dependencies": {
"@shabados/database": "^4.0.12",
"compression": "^1.7.3",
"esm": "^3.1.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"helmet": "^3.15.0",
"import-fresh": "^3.0.0",
"pacote": "^9.4.0"
}
}