File size: 511 Bytes
748250d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "@replit/database",
  "version": "2.0.1",
  "description": "Client for Repl.it Database",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "contributors": [
    {
      "name": "Junhao Zhang",
      "url": "https://github.com/mrlapizgithub/repl.it-db"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/replit/database-node.git"
  },
  "dependencies": {
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "jest": "^26.1.0"
  }
}