{ "name": "@rondo.dev/db", "repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/db", "version": "0.0.2", "license": "MIT", "scripts": { "test": "jest", "lint": "tslint --project .", "compile": "tsc", "clean": "rm -rf lib/" }, "dependencies": { "cls-hooked": "^4.2.2" }, "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts" }