UNPKG

epic-sql

Version:
37 lines (36 loc) 851 B
{ "name": "epic-sql", "version": "5.0.5", "description": "A Simple But Powerful SQL ORM!!!", "main": "./src/index.js", "scripts": { "test": "ts-node test/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/Saff-Elli-Khan/epic-sql.git" }, "keywords": [ "epic", "mysql", "orm" ], "author": "Saif Ali Khan", "license": "MIT", "bugs": { "url": "https://github.com/Saff-Elli-Khan/epic-sql/issues" }, "homepage": "https://github.com/Saff-Elli-Khan/epic-sql#readme", "dependencies": { "@mikro-orm/sql-highlighter": "^1.0.1", "epic-sql-query": "^1.2.22", "mysql2": "^2.2.5", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@types/mysql2": "types/mysql2", "@types/node": "^14.14.22", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }