next-haskell/package.json

15 lines
384 B
JSON
Raw Permalink Normal View History

2023-07-03 19:35:27 +00:00
{
"name": "next-haskell",
"version": "0.1.0",
"description": "Next.js integration for Haskell",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Obsidian Systems LLC",
2023-07-03 19:37:32 +00:00
"license": "BSD-3-Clause",
"dependencies": {
2023-07-03 19:39:36 +00:00
"haskell-loader": "git+ssh://git@code.obsidian.systems/ryantrinkle/haskell-loader"
}
2023-07-03 19:35:27 +00:00
}