mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:17:12 +00:00
f5dbb04a9f
* chore: create-nocobase-app * chore: change create-nocobase-app lib to src * chore(versions): 😊 publish v0.6.2-alpha.9 * fix: publish * chore(versions): 😊 publish v0.6.2-alpha.10 * fix: read-config * chore(versions): 😊 publish v0.6.2-alpha.11 * fix: create-nocobase-app publish * chore: create-nocobase-app package.json * chore(versions): 😊 publish v0.6.2-alpha.12 Co-authored-by: Chareice <chareice@live.com>
28 lines
791 B
JSON
28 lines
791 B
JSON
{
|
|
"name": "@nocobase/database",
|
|
"version": "0.6.2-alpha.12",
|
|
"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.2-alpha.12",
|
|
"async-mutex": "^0.3.2",
|
|
"deepmerge": "^4.2.2",
|
|
"flat": "^5.0.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"
|
|
}
|