{ "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" } }