@barelyhuman/knex-types@0.0.5Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
barelyhuman/knex-typesGenerate Model types from Knex
This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
JSR Score
70%
Published
6 months ago (0.0.5)
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364{ "name": "@barelyhuman/knex-types", "version": "0.0.5", "description": "Generate Model types from Knex", "keywords": [ "knex", "types", "typescript", "generator" ], "repository": "git@github.com:barelyhuman/knex-types", "license": "MIT", "author": "reaper <ahoy@barelyhuman.dev>", "type": "module", "exports": { ".": { "types": { "import": "./dist/index.d.mts", "require": "./dist/index.d.cts" }, "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "directories": { "test": "test" }, "files": [ "src", "dist", "types" ], "scripts": { "build": "rollup -c", "fix": "prettier --write .", "next": "bumpp", "test": "uvu --ignore=/snapshots/", "prepublishOnly": "npm run build" }, "dependencies": { "knex-schema-inspector": "^3.1.0" }, "devDependencies": { "@barelyhuman/prettier-config": "^1.1.0", "@types/node": "^20.11.0", "bumpp": "^9.4.0", "knex": "^3.1.0", "prettier": "^3.2.5", "rollup": "^4.13.0", "rollup-plugin-ts": "^3.4.5", "sqlite3": "^5.1.7", "typescript": "^5.4.3", "uvu": "^0.5.6" }, "peerDependencies": { "knex": ">=2.3" }, "engines": { "node": ">=12" }, "publishConfig": { "access": "public" } }