@haydenr4/blackscholes_wasm
Version:
Black-Scholes option pricing model calculator
30 lines • 655 B
JSON
{
"name": "@haydenr4/blackscholes_wasm",
"collaborators": [
"Hayden Rose"
],
"description": "Black-Scholes option pricing model calculator",
"version": "0.21.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hayden4r4/blackscholes-wasm"
},
"files": [
"blackscholes_wasm_bg.wasm",
"blackscholes_wasm.js",
"blackscholes_wasm_bg.js",
"blackscholes_wasm.d.ts",
"LICENSE.md"
],
"module": "blackscholes_wasm.js",
"types": "blackscholes_wasm.d.ts",
"sideEffects": false,
"keywords": [
"finance",
"option",
"WASM",
"blackscholes",
"option-pricing"
]
}