一些package.json中的配置
This commit is contained in:
parent
10736a3729
commit
7b36d9cf04
|
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
"name": "oak-memory-tree-store",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "oak框架中内存级store的实现",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"luxon": "^2.3.0",
|
||||
"uuid": "^8.3.2",
|
||||
|
|
@ -33,7 +36,7 @@
|
|||
"cross-env": "^7.0.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"mocha": "^8.2.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.5.2"
|
||||
"ts-node": "~10.9.1",
|
||||
"typescript": "~4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue