next-haskell/package.json

12 lines
272 B
JSON
Raw 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",
"license": "BSD-3-Clause"
}