UNPKG

@bodyam8/core

Version:
58 lines (57 loc) 1.44 kB
{ "name": "@bodyam8/core", "version": "0.0.51", "description": "most useful backend tools", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/svs-web-dev/bodya-core.git" }, "keywords": [ "lib", "tools", "db", "dataloaders" ], "author": "Squarix", "license": "ISC", "bugs": { "url": "https://github.com/svs-web-dev/bodya-core/issues" }, "homepage": "https://github.com/svs-web-dev/bodya-core#readme", "devDependencies": { "@eslint/eslintrc": "^2.1.4", "@eslint/js": "^8.55.0", "@types/bluebird": "^3.5.42", "@types/config": "^3.3.4", "@types/lodash": "^4.17.6", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "globals": "^15.8.0", "prettier": "^3.3.3", "typescript": "^5.5.3", "typescript-eslint": "^7.16.1" }, "dependencies": { "@types/moment": "^2.13.0", "@types/pg": "^8.11.6", "bluebird": "^3.7.2", "config": "^3.3.12", "dataloader": "^2.2.2", "knex": "^3.1.0", "lodash": "^4.17.21", "moment": "^2.30.1", "objection": "^3.1.4", "pg": "^8.12.0", "redis": "^4.6.15" } }