gverse
Version:
Object Graph Mapper for Dgraph
54 lines (53 loc) • 1.47 kB
JSON
{
"name": "gverse",
"version": "1.2.7",
"description": "Object Graph Mapper for Dgraph",
"main": "dist/gverse/index.js",
"types": "dist/gverse/index.d.ts",
"author": "Zak Mandhro <zak.mandhro@gmail.com>",
"keywords": [
"graph-database",
"dgraph",
"typescript",
"orm",
"ogm",
"javascript",
"database",
"graphql"
],
"repository": "gverse/gverse",
"license": "MIT",
"scripts": {
"build": "rm -rf ./build; npx tsc && ./node_modules/.bin/eslint 'src/**/*.ts'",
"test": "npx jest",
"integration": "./src/test/integration/wait-for server:8080 -- npx jest -i -c jest.integration.config.js",
"test-watch": "npx jest --watch",
"publish": "npx tsc && npm publish"
},
"devDependencies": {
"@types/debug": "~4.1.5",
"@types/google-protobuf": "~3.15.6",
"@types/jest": "~29.4.0",
"@types/lodash": "~4.14.138",
"@types/node": "~18.13.0",
"@types/uuid": "~9.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "~29.4.3",
"ts-jest": "~29.0.5",
"ts-node-dev": "~2.0.0",
"typescript": "~4.9.5"
},
"dependencies": {
"chalk": "^2.4.2",
"debug": "^4.1.1",
"dgraph-js": "21.3.1",
"lodash": "~4.17.15",
"ts-node": "~10.9.1",
"uuid": "~9.0.0"
}
}