-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 Bytes
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
{
"name": "sevdesk-api-wrapper",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn && tsc"
},
"keywords": [
"sevdesk",
"api",
"wrapper",
"typescript",
"typesafe",
"nodejs",
"api-wrapper",
"sdk",
"sevdesk-sdk"
],
"homepage": "https://github.com/leontm-dev/sevdesk-api-wrapper",
"author": {
"email": "lanneken09@gmail.com",
"name": "Leon Anneken",
"url": "https://leontm.me"
},
"license": "MIT",
"description": "A typesafe API SDK for the sevdesk API.",
"dependencies": {},
"bugs": {
"email": "lanneken09@gmail.com",
"url": "https://github.com/leontm-dev/sevdesk-api-wrapper/issues"
},
"devDependencies": {
"@types/node": "^25.0.3",
"ts-node": "^10.9.2",
"typescript": "^6.0.2"
},
"readme": "https://github.com/leontm-dev/sevdesk-api-wrapper/blob/main/README.md"
}