UNPKG

darkbasic-accounts-typeorm

Version:
51 lines (50 loc) 1.36 kB
{ "name": "darkbasic-accounts-typeorm", "version": "0.34.0-rc-20231121004651-2f0da36a", "description": "TypeORM adaptor for accounts", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "yarn run -T rimraf lib", "start": "yarn run -T tsc --watch", "precompile": "yarn run clean", "compile": "yarn run -T tsc", "prepublishOnly": "yarn run compile", "testonly": "yarn run -T jest --runInBand", "test:watch": "yarn run -T jest --watch", "coverage": "yarn run testonly --coverage" }, "files": [ "src", "lib" ], "jest": { "testEnvironment": "node", "preset": "ts-jest" }, "repository": { "type": "git", "url": "https://github.com/accounts-js/accounts/tree/master/packages/database-typeorm" }, "author": "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>", "license": "MIT", "devDependencies": { "@accounts/database-tests": "^0.32.2", "@types/lodash": "4.14.201", "graphql": "16.8.1", "graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e", "pg": "8.11.3", "typeorm": "0.3.17" }, "dependencies": { "@accounts/types": "^0.33.1", "lodash": "4.17.21", "reflect-metadata": "0.1.13", "tslib": "2.6.2" }, "peerDependencies": { "graphql": "^16.0.0", "graphql-modules": "^3.0.0", "typeorm": "^0.3.0" } }