{
    "name": "@jser/stat",
    "version": "2.0.1",
    "description": "JSer.info stat library",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
        "data/*.js",
        "lib",
        "src"
    ],
    "scripts": {
        "prepublish": "npm run --if-present build",
        "build": "cross-env NODE_ENV=production tsc -p .",
        "watch": "tsc -p . --watch",
        "test": "mocha 'test/**/*.js'",
        "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'",
        "precommit": "lint-staged",
        "postcommit": "git reset",
        "clean": "rimraf lib/"
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/jser/dataset.git"
    },
    "keywords": [
        "jser"
    ],
    "author": "azu",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/jser/dataset/issues"
    },
    "homepage": "https://github.com/jser/dataset",
    "devDependencies": {
        "@jser/data-fetcher": "2.0.1",
        "@types/mocha": "^10.0.1",
        "@types/node": "^22.15.11",
        "cross-env": "^7.0.3",
        "lint-staged": "^15.5.1",
        "mocha": "^11.2.2",
        "power-assert": "^1.6.1",
        "prettier": "^3.5.3",
        "rimraf": "^6.0.1",
        "ts-node": "^10.9.1",
        "typescript": "^5.1.3"
    },
    "dependencies": {
        "binarysearch": "^1.0.0"
    },
    "prettier": {
        "printWidth": 120,
        "tabWidth": 4
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx,css}": [
            "prettier --write",
            "git add"
        ]
    },
    "gitHead": "8b7961dc742eacc2e1e417a4df0a78ff26ea7174"
}
