purescript-typeable/package.json

17 lines
305 B
JSON
Raw Normal View History

2021-01-06 05:04:30 +00:00
{
"name": "purescript-typeable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-04-22 12:08:28 +00:00
"build": "spago build",
"test": "spago -x tests.dhall test"
2021-01-06 05:04:30 +00:00
},
"author": "",
"license": "ISC",
"devDependencies": {
2021-04-22 07:41:34 +00:00
"purescript": "^0.14.1",
"spago": "^0.20.1"
2021-01-06 05:04:30 +00:00
}
}