{
"name": "@f1-nexus/node",
"version": "1.0.0-alpha.2",
"description": "High-performance Formula 1 race strategy optimization for Node.js using native Rust bindings - 100x faster than JavaScript",
"main": "index.js",
"types": "index.d.ts",
"napi": {
"binaryName": "f1-nexus-node"
},
"files": [
"index.js",
"index.d.ts",
"*.node",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/mrkingsleyobi/f1-nexus"
},
"bugs": {
"url": "https://github.com/mrkingsleyobi/f1-nexus/issues"
},
"homepage": "https://github.com/mrkingsleyobi/f1-nexus#readme",
"keywords": [
"f1",
"formula1",
"formula-1",
"racing",
"motorsport",
"strategy",
"optimization",
"napi",
"native",
"rust",
"pit-stop",
"tire-strategy",
"race-simulation",
"monte-carlo",
"typescript",
"nodejs",
"performance"
],
"author": "F1 Nexus Contributors",
"license": "(MIT OR Apache-2.0)",
"engines": {
"node": ">= 14"
}
}