mirror of
https://github.com/yaitskov/purescript-typeable.git
synced 2024-11-10 07:53:05 +00:00
17 lines
305 B
JSON
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"
|
|
}
|
|
}
|