{ "name": "@affine/logger", "version": "0.3.0", "description": "", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "exports": { "./src/*": "./dist/src/*.js", ".": "./dist/src/index.js" }, "scripts": { "dev": "next dev", "build": "tsc --project ./tsconfig.json" }, "keywords": [], "repository": { "type": "git", "url": "git+https://github.com/toeverything/AFFiNE.git" }, "dependencies": { "next": "^12.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.21", "typescript": "^4.8.4" } }