|
3 | 3 | "version": "0.0.11", |
4 | 4 | "type": "module", |
5 | 5 | "description": "TypeScript bindings for the Common Expression Language (CEL) using cel-rust", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "git+https://github.com/kevinmichaelchen/cel-typescript.git" |
9 | | - }, |
10 | | - "author": "Kevin Chen", |
11 | | - "license": "MIT", |
12 | | - "bugs": { |
13 | | - "url": "https://github.com/kevinmichaelchen/cel-typescript/issues" |
14 | | - }, |
15 | | - "homepage": "https://github.com/kevinmichaelchen/cel-typescript#readme", |
16 | | - "files": ["dist/**/*", "*.node", "index.js", "index.d.ts"], |
17 | | - "keywords": [ |
18 | | - "cel", |
19 | | - "common-expression-language", |
20 | | - "expression-language", |
21 | | - "policy", |
22 | | - "rust", |
23 | | - "napi-rs" |
24 | | - ], |
25 | | - "engines": { |
26 | | - "node": ">=18.0.0" |
27 | | - }, |
| 6 | + "files": ["dist/src/**/*", "*.node", "index.js", "index.d.ts"], |
| 7 | + "types": "./dist/src/index.d.ts", |
28 | 8 | "exports": { |
29 | 9 | ".": { |
30 | 10 | "import": "./dist/src/index.js", |
31 | 11 | "types": "./dist/src/index.d.ts" |
32 | | - }, |
33 | | - "./native": { |
34 | | - "import": "./esm/wrapper.js", |
35 | | - "types": "./index.d.ts" |
36 | 12 | } |
37 | 13 | }, |
38 | | - "types": "./dist/src/index.d.ts", |
39 | 14 | "napi": { |
40 | 15 | "name": "cel-typescript", |
41 | 16 | "triples": { |
|
60 | 35 | "test": "nx test", |
61 | 36 | "clean": "nx clean" |
62 | 37 | }, |
| 38 | + "optionalDependencies": { |
| 39 | + "@kevinmichaelchen/cel-typescript-darwin-arm64": "^0.0.0", |
| 40 | + "@kevinmichaelchen/cel-typescript-darwin-x64": "^0.0.0", |
| 41 | + "@kevinmichaelchen/cel-typescript-linux-arm64-gnu": "^0.0.0", |
| 42 | + "@kevinmichaelchen/cel-typescript-linux-x64-gnu": "^0.0.0", |
| 43 | + "@kevinmichaelchen/cel-typescript-win32-x64-msvc": "^0.0.0" |
| 44 | + }, |
63 | 45 | "devDependencies": { |
64 | 46 | "@biomejs/biome": "^1.9.4", |
65 | 47 | "@napi-rs/cli": "^2.18.4", |
|
73 | 55 | "ts-node": "^10.9.2", |
74 | 56 | "typescript": "^5.0.0", |
75 | 57 | "vitest": "^3.1.2" |
| 58 | + }, |
| 59 | + "author": "Kevin Chen", |
| 60 | + "repository": { |
| 61 | + "type": "git", |
| 62 | + "url": "git+https://github.com/kevinmichaelchen/cel-typescript.git" |
| 63 | + }, |
| 64 | + "license": "MIT", |
| 65 | + "bugs": { |
| 66 | + "url": "https://github.com/kevinmichaelchen/cel-typescript/issues" |
| 67 | + }, |
| 68 | + "homepage": "https://github.com/kevinmichaelchen/cel-typescript#readme", |
| 69 | + "keywords": [ |
| 70 | + "cel", |
| 71 | + "common-expression-language", |
| 72 | + "expression-language", |
| 73 | + "policy", |
| 74 | + "rust", |
| 75 | + "napi-rs" |
| 76 | + ], |
| 77 | + "engines": { |
| 78 | + "node": ">=18.0.0" |
76 | 79 | } |
77 | 80 | } |
0 commit comments