morphir-elm
Version:
Elm bindings for Morphir
22 lines • 442 B
JSON
{
"name": "@morphir/typespec-sdk",
"description": "Library used by the TypeSpec files generated by Morphir",
"version": "0.2.0",
"keywords": [
"morphir",
"typespec"
],
"author": "finos",
"license": "Apache-2.0",
"type": "module",
"tspMain": "main.tsp",
"scripts": {
"build": "tsp compile ."
},
"files": [
"main.tsp"
],
"dependencies": {
"@typespec/compiler": "latest"
}
}