mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:36:56 +00:00
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"name": "@nocobase/database-next",
|
|
"version": "0.5.0-alpha.32",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.6",
|
|
"sequelize": "^6.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/database"
|
|
},
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
|
}
|