purescript-yaml/package.json

16 lines
324 B
JSON

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