{ "name": "@growi/pluginkit", "version": "1.0.1", "description": "Plugin kit for GROWI", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "vite build", "clean": "shx rm -rf dist", "dev": "vite build --mode dev", "watch": "yarn dev -w --emptyOutDir=false", "lint:js": "yarn eslint **/*.{js,ts}", "lint:typecheck": "tsc", "lint": "npm-run-all -p lint:*", "test": "vitest run --coverage" }, "dependencies": { "@growi/core": "^1.0.0", "extensible-custom-error": "^0.0.7" }, "devDependencies": {} }