@kevinmichaelchen/cel-typescript-core
Version:
TypeScript bindings for the Common Expression Language (CEL) using cel-rust
61 lines • 1.59 kB
JSON
{
"name": "@kevinmichaelchen/cel-typescript-core",
"version": "0.0.16",
"type": "module",
"description": "TypeScript bindings for the Common Expression Language (CEL) using cel-rust",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
},
"author": "Kevin Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinmichaelchen/cel-typescript/issues"
},
"homepage": "https://github.com/kevinmichaelchen/cel-typescript#readme",
"files": [
"dist/src/**",
"README.md"
],
"keywords": [
"cel",
"common-expression-language",
"expression-language",
"policy",
"rust",
"napi-rs"
],
"engines": {
"node": ">=18.0.0"
},
"optionalDependencies": {
"@kevinmichaelchen/cel-typescript-darwin-arm64": "0.0.16",
"@kevinmichaelchen/cel-typescript-darwin-x64": "0.0.16",
"@kevinmichaelchen/cel-typescript-linux-x64-gnu": "0.0.16",
"@kevinmichaelchen/cel-typescript-linux-arm64-gnu": "0.0.16",
"@kevinmichaelchen/cel-typescript-win32-x64-msvc": "0.0.16"
},
"exports": {
".": {
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}
},
"types": "./dist/src/index.d.ts",
"napi": {
"name": "cel-typescript",
"package": {
"name": "cel-typescript"
},
"triples": {
"defaults": false,
"additional": [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-pc-windows-msvc"
]
}
}
}