{
    "name": "dolphindb",
    "description": "DolphinDB JavaScript API",
    "version": "3.1.53",
    "type": "module",
    "main": "./index.js",
    "browser": "./browser.js",
    "scripts": {
        "build": "tsc",
        "test": "node ./test.ts",
        "lint": "eslint \"**/*.{ts,tsx}\"",
        "fix": "eslint --fix \"**/*.{ts,tsx}\"",
        "scan": "i18n-scan --input \"**/*.{ts,tsx}\""
    },
    "author": "Hongfei Shen <hongfei.shen@dolphindb.com> (https://dolphindb.net/hongfeishen)",
    "publisher": "Hongfei Shen",
    "license": "MIT",
    "homepage": "https://github.com/dolphindb/api-javascript",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dolphindb/api-javascript.git"
    },
    "bugs": {
        "url": "https://github.com/dolphindb/api-javascript/issues"
    },
    "keywords": [
        "DolphinDB",
        "API",
        "JavaScript"
    ],
    "devDependencies": {
        "@types/node": "^26.1.0",
        "eslint": "^10.6.0",
        "typescript": "^6.0.3"
    },
    "dependencies": {
        "dayjs": "^1.11.21",
        "ipaddr.js": "^2.4.0",
        "tslib": "^2.8.1",
        "xshell": "^1.4.15"
    }
}
