UNPKG

@dataql/prisma-adapter

Version:

Prisma adapter for DataQL with zero API changes

48 lines (47 loc) 1.13 kB
{ "name": "@dataql/prisma-adapter", "version": "1.4.0", "description": "Prisma adapter for DataQL with zero API changes", "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "prepare": "npm run build", "prepublishOnly": "npm test", "lint": "eslint 'src/**/*.ts'" }, "keywords": [ "dataql", "prisma", "orm", "database", "adapter" ], "author": "", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.56.0", "jest": "^29.6.2", "typescript": "^5.1.6" }, "dependencies": { "@dataql/core": "^0.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/Andrejs1979/dataql.git", "directory": "packages/prisma-adapter" }, "bugs": { "url": "https://github.com/Andrejs1979/dataql/issues" }, "homepage": "https://github.com/Andrejs1979/dataql#readme" }