38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "oak-memory-tree-store",
|
|
"version": "1.0.0",
|
|
"description": "oak框架中内存级store的实现",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^2.3.0",
|
|
"uuid": "^8.3.2",
|
|
"oak-domain": "file:../oak-domain"
|
|
},
|
|
"scripts": {
|
|
"make:domain": "ts-node test/build-app-domain",
|
|
"test": "cross-env TS_NODE_PROJECT='tsconfig.mocha.json' mocha",
|
|
"build": "tsc"
|
|
},
|
|
"main": "src/index",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.13",
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"@babel/preset-typescript": "^7.12.13",
|
|
"@types/assert": "^1.5.6",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/node": "^14.18.16",
|
|
"@types/react": "^17.0.2",
|
|
"@types/uuid": "^8.3.0",
|
|
"assert": "^2.0.0",
|
|
"cross-env": "^7.0.2",
|
|
"fs-extra": "^10.0.0",
|
|
"mocha": "^8.2.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|