balda 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balda",
3
- "version": "0.0.02",
3
+ "version": "0.0.04",
4
4
  "type": "module",
5
5
  "main": "./lib/index.cjs",
6
6
  "module": "./lib/index.js",
@@ -29,6 +29,8 @@
29
29
  "build:test": "rm -rf lib && tsup && rm -rf lib",
30
30
  "build:prod": "rm -rf lib && tsup --minify",
31
31
  "format": "prettier --write \"**/*.ts\"",
32
+ "lint": "eslint .",
33
+ "lint:fix": "eslint . --fix",
32
34
  "test": "vitest --run",
33
35
  "test:bun": "bun test",
34
36
  "test:deno": "deno task test",
@@ -45,16 +47,18 @@
45
47
  "@aws-sdk/s3-presigned-post": "^3.956.0",
46
48
  "@aws-sdk/s3-request-presigner": "^3.956.0",
47
49
  "@azure/storage-blob": "^12.29.1",
50
+ "@sinclair/typebox": "^0.34.41",
48
51
  "@types/bun": "^1.3.5",
49
52
  "@types/deno": "^2.5.0",
50
53
  "@types/express": "^5.0.6",
51
54
  "@types/node": "^25.0.3",
52
55
  "@types/pg": "^8.16.0",
53
56
  "@types/ws": "^8.18.1",
57
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
58
+ "@typescript-eslint/parser": "^8.50.0",
54
59
  "adminjs": "^7.8.17",
55
60
  "autocannon": "^8.0.0",
56
61
  "bullmq": "^5.66.2",
57
- "bun-types": "^1.3.5",
58
62
  "esbuild": "^0.27.2",
59
63
  "esbuild-plugin-copy": "^2.1.1",
60
64
  "eslint": "^9.39.2",
@@ -65,16 +69,13 @@
65
69
  "graphql-yoga": "^5.18.0",
66
70
  "husky": "^9.1.7",
67
71
  "ioredis": "^5.8.2",
68
- "lint-staged": "^16.2.7",
69
72
  "mqtt": "^5.14.1",
70
73
  "node-cron": "^4.2.1",
71
- "node-gyp": "^12.1.0",
72
74
  "pg": "^8.16.3",
73
75
  "pg-boss": "^12.5.3",
74
76
  "prettier": "^3.7.4",
75
- "socket.io": "^4.8.1",
76
77
  "sqs-consumer": "^14.2.0",
77
- "supertest": "^7.1.4",
78
+ "swagger-typescript-api": "^13.2.16",
78
79
  "ts-node": "^10.9.2",
79
80
  "tsup": "^8.5.1",
80
81
  "tsx": "^4.21.0",
@@ -109,63 +110,23 @@
109
110
  "pg": "^8.16.3",
110
111
  "pg-boss": "^12.5.3",
111
112
  "sqs-consumer": "^14.2.0",
112
- "zod": "^4.0.0"
113
+ "swagger-typescript-api": "^13.2.16",
114
+ "zod": "^4.0.0",
115
+ "@sinclair/typebox": "^0.34.41"
113
116
  },
114
- "peerDependenciesMeta": {
115
- "bullmq": {
116
- "optional": true
117
- },
118
- "esbuild": {
119
- "optional": true
120
- },
121
- "esbuild-plugin-copy": {
122
- "optional": true
123
- },
124
- "graphql": {
125
- "optional": true
126
- },
127
- "graphql-yoga": {
128
- "optional": true
129
- },
130
- "ioredis": {
131
- "optional": true
132
- },
133
- "node-cron": {
134
- "optional": true
135
- },
136
- "pg": {
137
- "optional": true
138
- },
139
- "pg-boss": {
140
- "optional": true
141
- },
142
- "sqs-consumer": {
143
- "optional": true
144
- },
145
- "@aws-sdk/client-s3": {
146
- "optional": true
147
- },
148
- "@aws-sdk/client-sqs": {
149
- "optional": true
150
- },
151
- "@aws-sdk/cloudfront-signer": {
152
- "optional": true
153
- },
154
- "@aws-sdk/s3-presigned-post": {
155
- "optional": true
156
- },
157
- "@aws-sdk/s3-request-presigner": {
158
- "optional": true
159
- },
160
- "@azure/storage-blob": {
161
- "optional": true
162
- },
163
- "mqtt": {
164
- "optional": true
165
- },
166
- "zod": {
167
- "optional": true
168
- }
117
+ "engines": {
118
+ "node": ">=18.20.8",
119
+ "bun": ">=1.3.5",
120
+ "deno": ">=2.5.0"
121
+ },
122
+ "prettier": {
123
+ "printWidth": 80,
124
+ "tabWidth": 2,
125
+ "semi": true,
126
+ "singleQuote": false,
127
+ "trailingComma": "all",
128
+ "bracketSpacing": true,
129
+ "arrowParens": "always"
169
130
  },
170
131
  "tags": [
171
132
  "framework",