|
2 | 2 | "name": "@restatedev/restate-sdk",
|
3 | 3 | "version": "0.7.0",
|
4 | 4 | "description": "Typescript SDK for Restate",
|
5 |
| - "engines": { |
6 |
| - "node": ">= 18" |
7 |
| - }, |
| 5 | + "author": "Restate Developers", |
| 6 | + "license": "MIT", |
| 7 | + |
| 8 | + "homepage": "https://github.com/restatedev/sdk-typescript#readme", |
8 | 9 | "repository": {
|
9 | 10 | "type": "git",
|
10 | 11 | "url": "git+https://github.com/restatedev/sdk-typescript.git"
|
11 | 12 | },
|
12 |
| - "release-it": { |
13 |
| - "git": { |
14 |
| - "pushRepo": "https://github.com/restatedev/sdk-typescript.git" |
15 |
| - }, |
16 |
| - "github": { |
17 |
| - "release": true |
18 |
| - }, |
19 |
| - "npm": { |
20 |
| - "publish": false |
21 |
| - } |
22 |
| - }, |
23 |
| - "publishConfig": { |
24 |
| - "@restatedev:registry": "https://registry.npmjs.org" |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/restatedev/sdk-typescript/issues" |
25 | 15 | },
|
26 | 16 | "type": "commonjs",
|
27 | 17 | "main": "dist/public_api.js",
|
28 | 18 | "types": "dist/public_api.d.ts",
|
29 |
| - "author": "Restate Developers", |
30 |
| - "license": "MIT", |
31 |
| - |
| 19 | + "files": [ |
| 20 | + "dist" |
| 21 | + ], |
32 | 22 | "scripts": {
|
33 | 23 | "proto": "npx buf mod update && npx buf generate",
|
34 | 24 | "build": "tsc --noEmitOnError",
|
|
43 | 33 | "handlerexample": "RESTATE_DEBUG_LOGGING=JOURNAL ts-node-dev --respawn --transpile-only ./examples/handler_example.ts",
|
44 | 34 | "expressexample": "RESTATE_DEBUG_LOGGING=JOURNAL ts-node-dev --respawn --transpile-only ./examples/embedded_example.ts"
|
45 | 35 | },
|
46 |
| - "files": [ |
47 |
| - "dist" |
48 |
| - ], |
49 | 36 | "dependencies": {
|
50 | 37 | "protobufjs": "^7.2.2",
|
51 | 38 | "ts-proto": "^1.140.0"
|
|
65 | 52 | "typescript": "^4.9.5",
|
66 | 53 | "express": "*"
|
67 | 54 | },
|
68 |
| - "bugs": { |
69 |
| - "url": "https://github.com/restatedev/sdk-typescript/issues" |
| 55 | + "engines": { |
| 56 | + "node": ">= 18" |
70 | 57 | },
|
71 |
| - "homepage": "https://github.com/restatedev/sdk-typescript#readme", |
72 | 58 | "directories": {
|
73 | 59 | "example": "examples",
|
74 | 60 | "test": "test"
|
| 61 | + }, |
| 62 | + "publishConfig": { |
| 63 | + "@restatedev:registry": "https://registry.npmjs.org" |
| 64 | + }, |
| 65 | + "release-it": { |
| 66 | + "git": { |
| 67 | + "pushRepo": "https://github.com/restatedev/sdk-typescript.git" |
| 68 | + }, |
| 69 | + "github": { |
| 70 | + "release": true |
| 71 | + }, |
| 72 | + "npm": { |
| 73 | + "publish": false |
| 74 | + } |
75 | 75 | }
|
76 | 76 | }
|
0 commit comments