This commit is contained in:
Anupam Jain
2021-01-06 10:34:30 +05:30
commit 4f9fa2e3b4
7 changed files with 1223 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "purescript-typeable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"purescript": "^0.13.8",
"spago": "^0.18.1"
}
}