mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 01:36:27 +00:00
3d000d395e
* chore: split sql collection * chore: package json * chore: test * chore: build * chore: move sql resourcer into plugin-collection-sql * fix: server * fix: ast parser, fix T-4236 * fix: fix T-4236 * fix: fields * fix: test * fix: test * fix: test * fix: test * chore: add keyword * chore: node sql parser version * chore: yarn.lock * fix: types * fix: remove column named `*` * fix: package.json * fix: version * chore: update homepage --------- Co-authored-by: xilesun <2013xile@gmail.com>
22 lines
647 B
JSON
22 lines
647 B
JSON
{
|
|
"name": "@nocobase/plugin-collection-sql",
|
|
"displayName": "Collection: SQL",
|
|
"displayName.zh-CN": "数据表: SQL",
|
|
"description": "Provides SQL collection template",
|
|
"description.zh-CN": "提供 SQL 数据表模板",
|
|
"version": "1.0.0-alpha.14",
|
|
"homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
|
"main": "dist/server/index.js",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
},
|
|
"keywords": [
|
|
"Collections"
|
|
]
|
|
}
|