-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.6 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.6 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "root",
"private": true,
"description": "Utilities for processing batch records in AWS Lambda functions",
"license": "MIT",
"type": "module",
"author": {
"name": "Cristian Petre",
"email": "driimus@vivaldi.net"
},
"scripts": {
"build": "turbo run build",
"ci:publish": "pnpm build && changeset publish",
"ci:version": "changeset version",
"format": "turbo run format",
"lint": "turbo run lint",
"test": "turbo run test"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.0",
"@faker-js/faker": "^9.9.0",
"@tsconfig/node-lts": "^24.0.0",
"@tsconfig/strictest": "^2.0.8",
"@types/aws-lambda": "^8.10.161",
"@types/node": "^24.12.2",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/eslint-plugin": "^1.6.15",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-turbo": "^2.9.6",
"eslint-plugin-unicorn": "^64.0.0",
"fishery": "^2.4.0",
"prettier": "^3.8.2",
"turbo": "^2.9.6",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"node": ">=24.11.0"
}
}