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": {
|
2021-03-19 22:48:39 +00:00
|
|
|
"test": "spago -x test.dhall test",
|
2019-10-19 21:13:45 +00:00
|
|
|
"postinstall": "spago build"
|
2015-12-20 14:35:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-14 15:47:44 +00:00
|
|
|
"js-yaml": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"purescript": "^0.15.0",
|
|
|
|
"spago": "^0.20.9"
|
2015-12-20 14:35:04 +00:00
|
|
|
}
|
|
|
|
}
|