glpk-wasm
Version:
GLPK compiled to wasm
39 lines (38 loc) • 886 B
JSON
{
"name": "glpk-wasm",
"version": "0.1.4",
"description": "GLPK compiled to wasm",
"files": [
"dist/glpk.*.js",
"dist/glpk.*.wasm",
"dist/emscripten.d.ts",
"dist/index.d.ts"
],
"main": "./dist/glpk.all.js",
"exports": {
".": "./dist/glpk.all.js",
"./min": "./dist/glpk.min.js",
"./graph": "./dist/glpk.graph.js",
"./mip": "./dist/glpk.mip.js",
"./more": "./dist/glpk.more.js",
"./full": "./dist/glpk.full.js",
"./all": "./dist/glpk.all.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "scripts/build.sh"
},
"keywords": [
"GLPK",
"LP",
"MIP",
"wasm",
"WebAssembly",
"linear programming",
"integer programming",
"discrete optimization"
],
"repository": "https://github.com/wotzlaff/glpk-wasm",
"author": "Nico Strasdat <nstrasdat@gmail.com>",
"license": "GPL-3.0"
}