{
    "name": "@chengaoyuan/int64",
    "version": "1.0.1",
    "description": "int64的序列化与反序列化",
    "main": "dist/index.js",
    "scripts": {
        "test": "mocha -r ts-register --colors test/*.ts",
        "build": "node del.js && tsc -d"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/GithubCGY/int64.git"
    },
    "keywords": [
        "int64"
    ],
    "author": "chengaoyuan",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/GithubCGY/int64/issues"
    },
    "homepage": "https://github.com/GithubCGY/int64#readme",
    "devDependencies": {
        "@types/mocha": "^5.2.5",
        "@types/node": "^10.12.12",
        "mocha": "^5.2.0",
        "ts-node": "^7.0.1",
        "typescript": "^3.2.2"
    },
    "files": [
        "dist"
    ]
}