forked from useblacksmith/cache-delete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "root",
"private": true,
"type": "module",
"scripts": {
"build": "ncc build src/main.ts -o dist && ncc build src/post.ts -o dist/post",
"format": "prettier --write --cache . !dist",
"lint": "eslint",
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@buf/blacksmith_vm-agent.connectrpc_es": "^1.6.1-20241213043610-906584953dd9.2",
"@bufbuild/connect": "^0.13.0",
"@bufbuild/connect-web": "^0.13.0",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "^1.6.1",
"@connectrpc/connect-node": "^1.6.1",
"node-fetch": "^2.7.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bufbuild/protoc-gen-connect-es": "^0.13.0",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@types/axios": "^0.14.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.17.9",
"@types/node-fetch": "^2.6.11",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.15.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.1.2",
"typescript": "5.5.4",
"typescript-eslint": "^8.15.0"
}
}