UNPKG

@cubicweb/data-provider

Version:

CubicWeb data provider implementation

37 lines 826 B
{ "name": "@cubicweb/data-provider", "description": "CubicWeb data provider implementation", "author": "Logilab", "version": "0.3.0-alpha.4", "license": "LGPL-3.0-or-later", "scripts": { "build": "run -T tsc --project tsconfig.build.json", "docs": "run -T typedoc" }, "repository": { "type": "hg", "url": "https://forge.extranet.logilab.fr/cubicweb/cubicwebjs" }, "keywords": [ "cubicweb", "client", "js", "data provider" ], "files": [ "lib/**", "src/**", "!**/__tests__/**" ], "devDependencies": { "@types/lodash": "^4.14.189" }, "dependencies": { "@cubicweb/client": "^3.0.0-alpha.14", "@cubicweb/rql-generator": "^0.1.0", "lodash": "^4.17.21" }, "type": "module", "exports": "./lib/index.js", "types": "./lib/index.d.ts" }