{ "name": "@growi/core", "version": "6.0.8-RC.0", "description": "GROWI Core Libraries", "license": "MIT", "keywords": [ "growi" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "build": "vite build", "clean": "npx -y shx rm -rf dist types", "dev": "vite build --mode dev", "watch": "yarn dev -w", "lint:js": "eslint **/*.{js,ts}", "lint": "npm-run-all -p lint:*", "test": "jest --verbose" }, "dependencies": { "bson-objectid": "^2.0.4", "escape-string-regexp": "^5.0.0" }, "devDependencies": { "eslint-plugin-regex": "^1.8.0", "swr": "^2.0.3" } }