-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 976 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
{
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.954.0",
"@aws-sdk/lib-dynamodb": "^3.858.0",
"@internal/helpers": "*",
"pino": "^9.7.0",
"zod": "^4.1.11",
"zod-mermaid": "^1.0.9"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@tsconfig/node22": "^22.0.2",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.27.0",
"eslint": "^9.27.0",
"eslint-plugin-jest": "^29.0.1",
"jest": "^30.2.0",
"jest-mock-extended": "^4.0.0",
"testcontainers": "^11.4.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"license": "MIT",
"main": "src/index.ts",
"name": "@internal/datastore",
"private": true,
"scripts": {
"diagrams": "tsx src/cli/diagrams.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:unit": "jest",
"typecheck": "tsc --noEmit"
},
"version": "0.1.0"
}