UNPKG

database-to-interfaces

Version:
40 lines (39 loc) 892 B
{ "name": "database-to-interfaces", "version": "0.0.37", "description": "create database interfaces to typesscript", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/EdwinGeul01/database-to-interfaces-new" }, "scripts": { "start": " node build.js && node dist/index.js", "build": "tsc && node build.js", "build-esbuild": "node build.js", "create-init": "tsc --init", "tsdoc-gen": "typedoc --entryPointStrategy Expand src " }, "keywords": [ "database", "mysql", "posgres", "typesscript", "interfaces" ], "author": "EdwinGeul01", "license": "ISC", "devDependencies": { "@types/node": "^22.15.21", "esbuild": "^0.25.5", "typedoc": "^0.28.5", "typescript": "^5.8.3" }, "dependencies": { "@types/pg": "^8.15.4", "mysql2": "^3.14.1", "pg": "^8.16.0", "sqlite": "^5.1.1" } }