neogma
Version: 
Object-Graph-Mapping neo4j framework, Fully-typed with TypeScript, for easy and flexible node and relationship creation
59 lines (58 loc) • 1.65 kB
JSON
{
  "name": "neogma",
  "version": "1.15.1",
  "description": "Object-Graph-Mapping neo4j framework, Fully-typed with TypeScript, for easy and flexible node and relationship creation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Jason Athanasoglou <jathanasoglou@outlook.com>",
  "license": "MIT",
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "@types/revalidator": "^0.3.12",
    "clone": "^2.1.2",
    "dotenv": "^17.2.3",
    "neo4j-driver": "^6.0.0",
    "revalidator": "^0.3.1"
  },
  "devDependencies": {
    "@types/clone": "^2.1.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.7.2",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "eslint": "^9.37.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^30.2.0",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "lint": "eslint --fix --quiet src/**/*.ts",
    "format": "prettier --log-level silent --write src/**/*.ts",
    "prepare": "rimraf -rf dist && tsc",
    "prebuild": "yarn lint && yarn format",
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themetalfleece/neogma.git"
  },
  "keywords": [
    "neo4j",
    "ogm",
    "graph",
    "databases",
    "cypher"
  ],
  "bugs": {
    "url": "https://github.com/themetalfleece/neogma/issues"
  },
  "homepage": "https://github.com/themetalfleece/neogma#readme",
  "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}