mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +00:00
1e7746292f
* chore(versions): 😊 publish v0.7.2-alpha.1
* feat: update docker image version
35 lines
805 B
JSON
35 lines
805 B
JSON
{
|
|
"name": "@nocobase/database",
|
|
"version": "0.7.2-alpha.1",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/utils": "0.7.2-alpha.1",
|
|
"async-mutex": "^0.3.2",
|
|
"deepmerge": "^4.2.2",
|
|
"flat": "^5.0.2",
|
|
"glob": "^7.1.6",
|
|
"mathjs": "^10.6.1",
|
|
"semver": "^7.3.7",
|
|
"sequelize": "^6.9.0",
|
|
"umzug": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/database"
|
|
},
|
|
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
|
|
}
|