-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "root",
"private": true,
"description": "Utilities for processing batch records in AWS Lambda functions",
"license": "MIT",
"type": "module",
"author": {
"name": "Cristian Petre",
"email": "[email protected]"
},
"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.0",
"@changesets/cli": "^2.27.1",
"@faker-js/faker": "^9.0.1",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/aws-lambda": "^8.10.131",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/eslint-plugin": "^1.1.4",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-turbo": "^2.1.2",
"eslint-plugin-unicorn": "^55.0.0",
"fishery": "^2.2.2",
"prettier": "^3.2.4",
"turbo": "^2.0.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.7.0",
"vitest": "^2.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.2"
}
}