purescript-typeable/package.json
2021-04-22 17:59:15 +05:30

17 lines
305 B
JSON

{
"name": "purescript-typeable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "spago build",
"test": "spago -x tests.dhall test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"purescript": "^0.14.1",
"spago": "^0.20.1"
}
}