package.json为发布
This commit is contained in:
parent
433fac6741
commit
5218be9228
|
|
@ -2,10 +2,13 @@
|
|||
"name": "oak-memory-tree-store",
|
||||
"version": "1.0.0",
|
||||
"description": "oak框架中内存级store的实现",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
},
|
||||
"dependencies": {
|
||||
"luxon": "^2.3.0",
|
||||
"uuid": "^8.3.2",
|
||||
"oak-domain": "file:../oak-domain"
|
||||
"oak-domain": "^1.0.0",
|
||||
},
|
||||
"scripts": {
|
||||
"make:domain": "ts-node test/build-app-domain",
|
||||
|
|
|
|||
Loading…
Reference in New Issue