purescript-typeable/package.json

13 lines
210 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",
2024-09-16 15:10:20 +00:00
"test": "spago test"
2021-01-06 05:04:30 +00:00
},
"author": "",
2024-09-16 15:10:20 +00:00
"license": "ISC"
2021-01-06 05:04:30 +00:00
}