-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 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
37
{
"name": "sevdesk-extension-donation-certificate",
"version": "beta1.1.3",
"description": "A tool to automatically create Donation-Certificates depending on the data from SevDesk",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ScheerleJo/SevDeskServer.git"
},
"keywords": [
"SevDesk",
"Donation",
"Certificate"
],
"author": "ScheerleJo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScheerleJo/SevDeskServer/issues"
},
"homepage": "https://github.com/ScheerleJo/SevDeskServer#readme",
"dependencies": {
"axios": "^1.7.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"mustache": "^4.2.0",
"nconf": "^0.12.1",
"node-latex": "^3.1.0",
"num-words-de": "^1.1.0",
"os": "^0.1.2",
"path": "^0.12.7"
}
}