UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@accounts/database-manager",
3 "version": "0.3.0-beta.27",
4 "description": "Accounts Database Manager, allow the use of separate databases for session and user",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "publishConfig": {
8 "access": "public"
9 },
10 "scripts": {
11 "clean": "rimraf lib",
12 "start": "tsc --watch",
13 "precompile": "yarn clean",
14 "compile": "tsc",
15 "prepublishOnly": "yarn compile",
16 "test": "npm run test",
17 "testonly": "jest --coverage",
18 "coverage": "jest --coverage"
19 },
20 "jest": {
21 "transform": {
22 ".(ts|tsx)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
23 },
24 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
25 "moduleFileExtensions": [
26 "ts",
27 "js"
28 ]
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/accounts-js/accounts/tree/master/packages/database-manager"
33 },
34 "keywords": [
35 "accounts",
36 "database",
37 "manager",
38 "users",
39 "sessions"
40 ],
41 "author": "Elies Lou (Aetherall)",
42 "license": "MIT",
43 "devDependencies": {
44 "@types/jest": "23.3.2",
45 "@types/node": "10.9.4",
46 "jest": "23.6.0",
47 "rimraf": "2.6.2"
48 },
49 "dependencies": {
50 "@accounts/types": "^0.3.0-beta.27"
51 },
52 "gitHead": "c989b81dd58e1ae091ba4af478b29b27b6f67901"
53}