package.json为发布

This commit is contained in:
Xu Chang 2022-08-13 11:05:21 +08:00
parent 433fac6741
commit 5218be9228
1 changed files with 4 additions and 1 deletions

View File

@ -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",