generated from tpl/purs
17 lines
363 B
JSON
17 lines
363 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 -x test.dhall test",
|
|
"postinstall": "spago build"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"js-yaml": "^4.0.0"
|
|
}
|
|
}
|