UNPKG

pallas-db

Version:
56 lines (55 loc) 1.25 kB
{ "name": "pallas-db", "version": "1.5.3", "description": "All in the name", "main": "lib/index.js", "files": [ "lib/**/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "https://gitlab.com/ihrz/PallasDB" }, "keywords": [ "discord", "quick.db", "database wrapper", "sequelize", "db" ], "author": "Clarity-Corp", "license": "BSD-2-Clause", "bugs": { "url": "https://gitlab.com/ihrz/PallasDB/issues" }, "homepage": "https://gitlab.com/ihrz/PallasDB/#readme", "dependencies": { "mysql2": "^3.14.2", "pg": "^8.16.3", "pg-hstore": "^2.3.4", "sequelize": "^6.37.7", "sqlite3": "^5.1.7" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.16.4", "@types/sequelize": "^4.28.20", "prettier": "^3.6.2", "ts-node": "^10.9.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.8.3" }, "directories": { "lib": "lib", "test": "test" }, "types": "./lib/index.d.ts" }