Skip to content

Commit 331488f

Browse files
chore: package.json
1 parent 3a4aea5 commit 331488f

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

package.json

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,14 @@
33
"version": "0.0.11",
44
"type": "module",
55
"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",
288
"exports": {
299
".": {
3010
"import": "./dist/src/index.js",
3111
"types": "./dist/src/index.d.ts"
32-
},
33-
"./native": {
34-
"import": "./esm/wrapper.js",
35-
"types": "./index.d.ts"
3612
}
3713
},
38-
"types": "./dist/src/index.d.ts",
3914
"napi": {
4015
"name": "cel-typescript",
4116
"triples": {
@@ -60,6 +35,13 @@
6035
"test": "nx test",
6136
"clean": "nx clean"
6237
},
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+
},
6345
"devDependencies": {
6446
"@biomejs/biome": "^1.9.4",
6547
"@napi-rs/cli": "^2.18.4",
@@ -73,5 +55,26 @@
7355
"ts-node": "^10.9.2",
7456
"typescript": "^5.0.0",
7557
"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"
7679
}
7780
}

0 commit comments

Comments
 (0)