-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 853 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
35
36
{
"name": "n3-editor-js",
"version": "0.0.1",
"description": "",
"main": "app.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@mysql/xdevapi": "8.0.22",
"antlr4": "^4.10.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dateformat": "^4.3.1",
"express": "^4.17.1",
"mysql": "^2.18.1",
"randomstring": "^1.1.5"
},
"devDependencies": {
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/william-vw/serve-reason.git"
},
"author": "william-vw",
"license": "see license in LICENSE",
"bugs": {
"url": "https://github.com/william-vw/serve-reason/issues"
},
"homepage": "https://github.com/william-vw/serve-reason#readme"
}