-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 951 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
{
"author": "Dennis Ek",
"bugs": {
"url": "https://github.com/ekdennisek/tradera-api-client/issues"
},
"dependencies": {
"soap": "^1.1.2",
"zod": "^3.23.8"
},
"description": "A Node.js module that lets you query Tradera through their API",
"devDependencies": {
"@types/node": "^22.5.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/ekdennisek/tradera-api-client#readme",
"keywords": [
"tradera"
],
"license": "LGPL-3.0-only",
"main": "lib/index.js",
"name": "tradera-api-client",
"repository": {
"type": "git",
"url": "git+https://github.com/ekdennisek/tradera-api-client.git"
},
"scripts": {
"build": "tsc",
"prettier": "prettier --write \"src/**/*.ts\""
},
"types": "lib/index.d.ts",
"version": "0.4.0"
}