{
  "name": "@soku-games/core",
  "version": "0.4.1",
  "description": "The core engine of Soku-Games",
  "author": "SokuRitszZ <1062708758@qq.com>",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rollup -c -w --watch.onStart \"rimraf ./dist\" --configPlugin typescript",
    "build": "rimraf ./dist && rollup -c --configPlugin typescript",
    "pub": "npm run build && npm publish --access public"
  },
  "keywords": [
    "games"
  ],
  "devDependencies": {
    "@types/lodash-es": "^4.17.12"
  }
}
