haskell-loader/package.json

12 lines
269 B
JSON
Raw Normal View History

{
"name": "haskell-loader",
"version": "0.1.0",
"description": "Webpack loader for Haskell",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2023-07-06 20:54:09 +00:00
"author": "Obsidian Systems LLC",
"license": "BSD-3-Clause"
}