elm-solve-deps-wasm
Version:
A dependency solver for the elm ecosystem
27 lines • 612 B
JSON
{
"name": "elm-solve-deps-wasm",
"collaborators": [
"Matthieu Pizenberg <matthieu.pizenberg@gmail.com>"
],
"description": "A dependency solver for the elm ecosystem",
"version": "2.0.0",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mpizenberg/elm-solve-deps-wasm"
},
"files": [
"elm_solve_deps_wasm_bg.wasm",
"elm_solve_deps_wasm.js",
"elm_solve_deps_wasm.d.ts"
],
"main": "elm_solve_deps_wasm.js",
"types": "elm_solve_deps_wasm.d.ts",
"keywords": [
"dependency",
"pubgrub",
"solver",
"version",
"elm"
]
}