next-haskell/package.json
Ryan Trinkle e7db73be3e Fix json
2023-07-03 15:39:36 -04:00

15 lines
384 B
JSON

{
"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",
"license": "BSD-3-Clause",
"dependencies": {
"haskell-loader": "git+ssh://git@code.obsidian.systems/ryantrinkle/haskell-loader"
}
}