41 lines
886 B
JSON
41 lines
886 B
JSON
{
|
|
"name": "oak-db",
|
|
"version": "3.3.13",
|
|
"description": "oak-db",
|
|
"main": "lib/index",
|
|
"author": {
|
|
"name": "XuChang"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"scripts": {
|
|
"test": "node --stack-size=65500 ./node_modules/mocha/bin/mocha",
|
|
"make:test:domain": "ts-node script/makeTestDomain.ts",
|
|
"build": "node --stack-size=4096 ./script/build.js"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^2.3.3",
|
|
"oak-domain": "file:../oak-domain",
|
|
"pg": "^8.16.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/luxon": "^2.3.2",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^20.6.0",
|
|
"@types/pg": "^8.16.0",
|
|
"@types/sqlstring": "^2.3.0",
|
|
"@types/uuid": "^8.3.4",
|
|
"cross-env": "^7.0.3",
|
|
"mocha": "^10.2.0",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|