{
  "name": "@csnext/cs-core",
  "version": "0.0.131",
  "description": "cscore",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "url": "https://github.com/TNOCS/csnext",
  "bugs": "https://github.com/TNOCS/csnext/issues",
  "license": "MIT",
  "scripts": {
    "link": "yarn link",
    "unlink": "yarn unlink",
    "dev": "tsc -w",
    "clean": "del-cli  package-lock.json yarn.lock yarn-error.log dist lib node_modules tsconfig.tsbuildinfo",
    "build": "tsc"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "typescript-collections": "^1.3.3"
  },
  "devDependencies": {
    "@types/socket.io-client": "^1.4.33"
  },
  "gitHead": "78a394302632bdd3913a1f74544da3179342258e"
}
