UNPKG

planetscale

Version:

A simple client for connecting to PlanetScale.

43 lines (42 loc) 1.04 kB
{ "name": "planetscale", "description": "A simple client for connecting to PlanetScale.", "version": "2.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint index.ts", "build": "tsc" }, "files": [ "dist" ], "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/UltiRequiem/planetscale.git" }, "keywords": [ "planetscale", "mysql", "databases" ], "author": "Eliaz Bobadilla <eliaz.bobadilladev@gmail.com> (https://github.com/UltiRequiem)", "bugs": { "url": "https://github.com/UltiRequiem/planetscale/issues" }, "homepage": "https://github.com/UltiRequiem/planetscale#readme", "dependencies": { "@peculiar/x509": "^1.6.1", "mysql2": "^2.3.3", "nanoid": "^3.2.0" }, "devDependencies": { "@types/node": "^17.0.14", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "eslint": "^8.8.0", "typescript": "^4.5.5" } }