{
  "name": "@litert/lwdfx",
  "version": "1.1.3",
  "description": "A TypeScript implement of light-weight data frame exchange protocol.",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "npm run rebuild",
    "build": "tsc -v && tsc -p .",
    "rebuild": "npm run clean && npm run build && npm run lint",
    "build-watch": "tsc -v && tsc -w -p .",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "mocha",
    "clean": "rm -rf lib examples benchmarks test",
    "lint": "eslint -c .eslintrc --ext '.ts' ./src",
    "prepare": "husky install"
  },
  "keywords": [
    "litert",
    "lwdfx",
    "protocol",
    "frame"
  ],
  "author": "Angus.Fenying <i@fenying.net> (https://fenying.net)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litert/lwdfx.js.git"
  },
  "bugs": {
    "url": "https://github.com/litert/lwdfx.js/issues"
  },
  "homepage": "https://github.com/litert/lwdfx.js#readme",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@litert/eslint-plugin-rules": "^0.1.6",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.10.4",
    "husky": "^8.0.3",
    "mocha": "^10.2.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
