mirror of
https://github.com/rowtype-yoga/purescript-js-bigints.git
synced 2024-11-25 05:26:45 +03:00
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "purescript-js-bigints",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rowtype-yoga/purescript-js-bigints.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-integers": "^v6.0.0",
|
|
"purescript-maybe": "^v6.0.0",
|
|
"purescript-prelude": "^v6.0.1"
|
|
}
|
|
}
|