UNPKG

adminjs-graphql

Version:
50 lines (49 loc) 1.15 kB
{ "name": "adminjs-graphql", "version": "3.0.0", "description": "adminjs GraphQL adapter", "keywords": [ "admin-bro", "adminjs", "graphql" ], "repository": { "type": "git", "url": "https://github.com/erkkah/adminjs-graphql" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest", "build": "tsc", "prepare": "rm -rf lib && npm run build", "lint": "eslint src/*", "prepack": "tsc" }, "author": "Erik Agsjö", "license": "ISC", "devDependencies": { "@types/jest": "^27.5.2", "@types/node": "^16.6.1", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "adminjs": "^6.1.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "jest": "^27.2.5", "ts-jest": "^27.0.5", "ts-node": "^10.2.0", "ts-node-dev": "1.1", "typescript": "^4.7.4" }, "peerDependencies": { "adminjs": "^6.1.1" }, "dependencies": { "axios": "^0.21.1", "graphql": "^14.7.0" } }