{ "version": "4.0.0", "name": "dbgate-filterparser", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "prepare": "yarn build", "build": "tsc", "start": "tsc --watch", "test": "jest" }, "files": [ "lib" ], "devDependencies": { "dbgate-types": "^4.0.0", "@types/jest": "^25.1.4", "@types/node": "^13.7.0", "jest": "^24.9.0", "ts-jest": "^25.2.1", "typescript": "^3.7.5" }, "dependencies": { "@types/parsimmon": "^1.10.1", "dbgate-tools": "^4.0.0", "lodash": "^4.17.15", "moment": "^2.24.0", "parsimmon": "^1.13.0" } }