-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 851 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": "xopp-merger-app",
"version": "1.0.0",
"description": "A web app to merge multiple xopp files.",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs",
"dev": "nodemon index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrPancakes39/xopp-merger-app.git"
},
"keywords": [
"Xournal++",
"xopp",
"web-app",
"xopp-merger-app"
],
"author": "Salman Hasan",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrPancakes39/xopp-merger-app/issues"
},
"homepage": "https://github.com/MrPancakes39/xopp-merger-app#readme",
"devDependencies": {
"nodemon": "^2.0.19"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2",
"fast-xml-parser": "^4.2.5",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1"
}
}