{
  "name": "sdg-admin",
  "version": "1.0.4",
  "description": "pomelo sdg admin plugin",
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "types",
    "lib",
    "test"
  ],
  "scripts": {
    "build": "rm -rf lib && rm -rf types && tsc",
    "test": "ts-node examples/system.ts master & ts-node examples/system.ts gate & ts-node examples/system.ts client",
    "pub": "npm run build && npm version patch && npm publish && git push"
  },
  "keywords": [
    "pomelo",
    "sdg",
    "admin",
    "plugin"
  ],
  "author": "colter",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "socket.io": "^4.1.2",
    "socket.io-client": "^4.1.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.169",
    "@types/node": "^14.14.37",
    "@types/socket.io": "^3.0.2",
    "@types/socket.io-client": "^3.0.0",
    "ts-node": "^9.1.1",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4"
  }
}
