mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
30 lines
694 B
JSON
30 lines
694 B
JSON
{
|
|
"version": "5.0.0-alpha.1",
|
|
"name": "dbgate-filterparser",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc --watch",
|
|
"test": "jest",
|
|
"test:ci": "jest --json --outputFile=result.json --testLocationInResults"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"dbgate-types": "^5.0.0-alpha.1",
|
|
"@types/jest": "^25.1.4",
|
|
"@types/node": "^13.7.0",
|
|
"jest": "^24.9.0",
|
|
"ts-jest": "^25.2.1",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/parsimmon": "^1.10.1",
|
|
"dbgate-tools": "^5.0.0-alpha.1",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.24.0",
|
|
"parsimmon": "^1.13.0"
|
|
}
|
|
} |