{
    "author": "Unscrambl",
    "dependencies": {
        "node-int64": "0.4.0"
    },
    "description": "JSON.parse / JSON.stringify with int64 support",
    "devDependencies": {
        "chai": "4.3.4",
        "mocha": "8.4.0",
        "nyc": "15.1.0"
    },
    "files": [
        "src/"
    ],
    "keywords": [
        "JSON",
        "int64",
        "json",
        "parse",
        "stringify"
    ],
    "license": "Apache-2.0",
    "main": "index.js",
    "name": "json-int64",
    "repository": "github:unscrambl/json-int64",
    "scripts": {
        "test": "nyc mocha -R spec --check-leaks test/*.spec.js --timeout=5000"
    },
    "version": "1.0.3"
}
