purescript-yaml/package.json

20 lines
405 B
JSON

{
"name": "purescript-yaml-next",
"license": "MIT",
"repository": "https://github.com/archaeron/purescript-yaml-next",
"private": true,
"scripts": {
"fmt": "bun bun/fmt.js",
"test": "spago test",
"postinstall": "spago build"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"devDependencies": {
"bun-types": "1.0.11",
"purs-tidy": "^0.10.0",
"spago": "next"
}
}