{ "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" } }