purescript-js-bigints/package.json
Guillaume Bagan c7d92cdfd7 add new functions to match Data.Int
add functions odd, even, parity, toStringAs
add dependency to integers in spago.dhall
import and reexports Parity, Radix, binary, octal decimal, hexadecimal from Data.Int
add new tests for div, mod, odd, even and toStringAs
remove unnecessary depedencies spec and spec-discovery from test.dhall
add a script for testing in package.json
2023-01-01 16:40:06 +01:00

13 lines
216 B
JSON

{
"name": "purescript-js-bigints",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "spago -x test.dhall test"
},
"keywords": [],
"author": "",
"license": "ISC"
}