kysely-solarsystem
Version:
💫 Kysely dialect for SolarSystemDB
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "kysely-solarsystem",
"description": "💫 Kysely dialect for SolarSystemDB",
"version": "0.1.4",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc && npx publint",
"prepack": "bun run build",
"lint": "eslint .",
"format": "bunx prettier -w .",
"test": "bun test --timeout 30000"
},
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@jill64/eslint-config-ts": "2.0.21",
"@jill64/prettier-config": "1.0.0",
"typescript": "5.8.2",
"dotenv": "16.4.7",
"@types/bun": "1.2.5",
"eslint": "9.22.0"
},
"dependencies": {
"kysely": "0.27.6",
"@jill64/attempt": "1.1.6"
},
"homepage": "https://github.com/jill64/kysely-solarsystem#readme",
"bugs": "https://github.com/jill64/kysely-solarsystem/issues",
"author": {
"name": "jill64",
"email": "contact@jill64.dev",
"url": "https://github.com/jill64",
"image": "https://avatars.githubusercontent.com/u/143883742?v=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/kysely-solarsystem.git",
"image": "https://opengraph.githubassets.com/202872d031a2cbd44a365ea628302b5ef44b846a3bafd839e62af14984459438/jill64/kysely-solarsystem"
},
"keywords": [
"dialect",
"fetch",
"kysely",
"solarsystem"
],
"license": "MIT"
}