purescript-yaml/package.json
2021-03-18 19:30:10 +00:00

17 lines
349 B
JSON

{
"name": "purescript-yaml-next",
"license": "SEE LICENSE FILE",
"repository": "https://github.com/archaeron/purescript-yaml",
"private": true,
"contributors": [],
"main": "main.js",
"scripts": {
"test": "spago test",
"postinstall": "spago build"
},
"devDependencies": {},
"dependencies": {
"js-yaml": "^4.0.0"
}
}