oak-db/package.json

37 lines
721 B
JSON

{
"name": "oak-db",
"version": "2.2.3",
"description": "oak-db",
"main": "lib/index",
"author": {
"name": "XuChang"
},
"files": [
"lib/**/*"
],
"scripts": {
"test": "mocha",
"make:test:domain": "ts-node script/makeTestDomain.ts",
"build": "tsc"
},
"dependencies": {
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"oak-domain": "^2.4.1",
"uuid": "^8.3.2"
},
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/luxon": "^2.3.2",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.42",
"@types/uuid": "^8.3.4",
"mocha": "^10.0.0",
"oak-general-business": "^2.3.3",
"ts-node": "~10.9.1",
"tslib": "^2.4.0",
"typescript": "~4.7.4"
}
}