next-haskell/package.json
2023-07-03 15:37:32 -04:00

15 lines
386 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",
},
}