{
  "name": "stt-serde-mjs",
  "version": "0.0.4",
  "description": "STT serializer and deserializer for Douyu danmaku",
  "main": "src/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "node node_modules/eslint/bin/eslint.js src/ --ext .mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PennTao/stt-serde-mjs.git"
  },
  "keywords": [
    "douyu",
    "stt",
    "serde",
    "danmaku",
    "serializer",
    "deserializer",
    "斗鱼",
    "弹幕",
    "序列化"
  ],
  "author": "Tao Lei",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^5.15.2",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base-mjs": "^3.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0"
  }
}
