purescript-yaml/package.json

20 lines
405 B
JSON
Raw Normal View History

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": {
"fmt": "bun bun/fmt.js",
"test": "spago test",
"postinstall": "spago build"
2015-12-20 14:35:04 +00:00
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"devDependencies": {
"bun-types": "1.0.11",
"purs-tidy": "^0.10.0",
"spago": "next"
2015-12-20 14:35:04 +00:00
}
}