@arrirpc/codegen-kotlin 0.45.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@arrirpc/codegen-kotlin",
3
+ "version": "0.45.0",
4
+ "type": "module",
5
+ "license": "MIT",
6
+ "author": {
7
+ "name": "joshmossas",
8
+ "url": "https://github.com/joshmossas"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/modiimedia/arri/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/modiimedia/arri.git",
16
+ "directory": "languages/kotlin/kotlin-codegen"
17
+ },
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.ts",
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "dependencies": {
25
+ "@arrirpc/codegen-utils": "0.45.0",
26
+ "json-schema-to-jtd": "0.45.0",
27
+ "@arrirpc/schema": "0.45.0"
28
+ }
29
+ }