generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 773 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
{
"private": true,
"scripts": {
"format": "prettier --write **/*.ts",
"lint": "eslint .",
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "jest"
},
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@aws-sdk/client-lambda": "3.731.1"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.14",
"@vercel/ncc": "0.38.3",
"aws-sdk-client-mock": "4.1.0",
"eslint": "9.18.0",
"eslint-plugin-jest": "28.11.0",
"jest": "29.7.0",
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0"
},
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]"
}