purescript-yaml/package.json
2021-03-20 11:13:39 +00:00

14 lines
287 B
JSON

{
"name": "purescript-yaml-next",
"license": "MIT",
"repository": "https://github.com/archaeron/purescript-yaml-next",
"private": true,
"scripts": {
"test": "spago -x test.dhall test",
"postinstall": "spago build"
},
"dependencies": {
"js-yaml": "^4.0.0"
}
}