{ "name": "@mono/auth-api", "version": "0.0.1", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "type": "commonjs", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "eslint .", "clean": "rm -rf dist" }, "dependencies": { "@mono/auth-core": "file:../auth-core", "@mono/database": "file:../database", "bcryptjs": "^2.4.3" }, "devDependencies": { "@types/bcryptjs": "^2.4.6" } }