|
| 1 | +{ |
| 2 | + "name": "@apexlang/codegen", |
| 3 | + "version": "0.1.10", |
| 4 | + "description": "Code generators for Apex.", |
| 5 | + "keywords": ["apex", "idl", "codegen"], |
| 6 | + "license": "Apache-2.0", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://www.github.com/apexlang/codegen" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://www.github.com/apexlang/codegen/issues" |
| 13 | + }, |
| 14 | + "imports": { |
| 15 | + "@apexlang/apex": "jsr:@apexlang/apex@^0.2.0", |
| 16 | + "@apexlang/core": "jsr:@apexlang/core@^0.2.0", |
| 17 | + "@std/assert": "jsr:@std/assert@^1.0.11", |
| 18 | + "@std/yaml": "jsr:@std/yaml@^1.0.5" |
| 19 | + }, |
| 20 | + "exports": { |
| 21 | + "./cs": "./src/cs/mod.ts", |
| 22 | + "./go": "./src/go/mod.ts", |
| 23 | + "./json-schema": "./src/json-schema/mod.ts", |
| 24 | + "./markdown": "./src/markdown/mod.ts", |
| 25 | + "./openapiv3": "./src/openapiv3/mod.ts", |
| 26 | + "./proto": "./src/proto/mod.ts", |
| 27 | + "./python": "./src/python/mod.ts", |
| 28 | + "./rest": "./src/rest/mod.ts", |
| 29 | + "./rust": "./src/rust/mod.ts", |
| 30 | + "./typescript": "./src/typescript/mod.ts", |
| 31 | + "./utils": "./src/utils/mod.ts" |
| 32 | + }, |
| 33 | + "publish": { |
| 34 | + "include": ["LICENSE", "README.md", "templates", "src/**/*.ts"], |
| 35 | + "exclude": ["src/tests"] |
| 36 | + } |
| 37 | +} |
0 commit comments