|
2 | 2 | "name": "@dapr/dapr",
|
3 | 3 | "version": "2.4.0",
|
4 | 4 | "description": "The official Dapr (https://dapr.io) SDK for Node.js",
|
5 |
| - "types": "http/index.d.ts", |
| 5 | + "main": "./build/index.js", |
| 6 | + "types": "./build/index.d.ts", |
6 | 7 | "scripts": {
|
7 | 8 | "test": "npm run test:unit:all && npm run test:e2e:all",
|
8 | 9 | "test:load": "jest --runInBand --detectOpenHandles",
|
|
33 | 34 | "dependencies": {
|
34 | 35 | "@grpc/grpc-js": "^1.3.7",
|
35 | 36 | "@js-temporal/polyfill": "^0.3.0",
|
| 37 | + "@types/google-protobuf": "^3.15.5", |
| 38 | + "@types/node-fetch": "^2.5.8", |
36 | 39 | "body-parser": "^1.19.0",
|
37 | 40 | "google-protobuf": "^3.18.0",
|
38 | 41 | "http-terminator": "^3.0.4",
|
|
42 | 45 | },
|
43 | 46 | "devDependencies": {
|
44 | 47 | "@types/body-parser": "^1.19.1",
|
45 |
| - "@types/google-protobuf": "^3.15.5", |
46 | 48 | "@types/jest": "^27.0.1",
|
47 | 49 | "@types/node": "^16.9.1",
|
48 |
| - "@types/node-fetch": "^2.5.8", |
49 | 50 | "@types/uuid": "^8.3.1",
|
50 | 51 | "@typescript-eslint/eslint-plugin": "^5.1.0",
|
51 | 52 | "@typescript-eslint/parser": "^5.1.0",
|
52 |
| - "eslint": "^8.1.0", |
53 | 53 | "eslint-plugin-header": "^3.1.1",
|
| 54 | + "eslint": "^8.1.0", |
54 | 55 | "grpc_tools_node_protoc_ts": "^5.3.2",
|
55 | 56 | "jest": "^27.2.0",
|
56 | 57 | "nodemon": "^2.0.12",
|
|
0 commit comments