{ "name": "@nocobase/database", "version": "0.6.0-alpha.0", "private": true, "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", "scripts": { "build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm", "build:cjs": "tsc --project tsconfig.build.json", "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm" }, "dependencies": { "@nocobase/utils": "^0.6.0-alpha.0", "async-mutex": "^0.3.2", "bcrypt": "^5.0.0", "deepmerge": "^4.2.2", "flat": "^5.0.2", "glob": "^7.1.6", "sequelize": "^6.9.0" }, "devDependencies": { "@types/bcrypt": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nocobase/nocobase.git", "directory": "packages/database" }, "gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e" }