mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 06:26:00 +00:00
introduced yarn workspace
This commit is contained in:
17
packages/engines/package.json
Normal file
17
packages/engines/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@dbgate/engines",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"@dbgate/types": "^0.1.0",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"nodemon": "^2.0.2",
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"path": "^0.12.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user