purescript-yaml/package.json

14 lines
287 B
JSON
Raw Normal View History

2015-12-20 14:35:04 +00:00
{
2017-05-22 15:25:09 +00:00
"name": "purescript-yaml-next",
2021-03-20 11:13:39 +00:00
"license": "MIT",
"repository": "https://github.com/archaeron/purescript-yaml-next",
2015-12-20 14:35:04 +00:00
"private": true,
"scripts": {
"test": "spago -x test.dhall test",
"postinstall": "spago build"
2015-12-20 14:35:04 +00:00
},
"dependencies": {
"js-yaml": "^4.0.0"
2015-12-20 14:35:04 +00:00
}
}