Home / File/ package.json — drizzle-orm Source File

package.json — drizzle-orm Source File

Architecture documentation for package.json, a json file in the drizzle-orm codebase.

Entity Profile

Source Code

{
	"name": "drizzle-orm",
	"version": "0.45.1",
	"description": "Drizzle ORM package for SQL databases",
	"type": "module",
	"scripts": {
		"p": "prisma generate --schema src/prisma/schema.prisma",
		"build": "pnpm p && scripts/build.ts",
		"b": "pnpm build",
		"test:types": "cd type-tests && tsc",
		"test": "vitest run",
		"pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
		"publish": "npm publish package.tgz"
	},
	"main": "./index.cjs",
	"module": "./index.js",
	"types": "./index.d.ts",
	"sideEffects": false,
	"publishConfig": {
		"provenance": true
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/drizzle-team/drizzle-orm.git"
	},
	"homepage": "https://orm.drizzle.team",
	"keywords": [
		"drizzle",
		"orm",
		"pg",
		"mysql",
		"singlestore",
		"postgresql",
		"postgres",
		"sqlite",
		"database",
		"sql",
		"typescript",
		"ts",
		"drizzle-orm"
	],
	"author": "Drizzle Team",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/drizzle-team/drizzle-orm/issues"
	},
	"peerDependencies": {
		"@aws-sdk/client-rds-data": ">=3",
		"@cloudflare/workers-types": ">=4",
		"@electric-sql/pglite": ">=0.2.0",
		"@libsql/client": ">=0.10.0",
		"@libsql/client-wasm": ">=0.10.0",
		"@neondatabase/serverless": ">=0.10.0",
		"@op-engineering/op-sqlite": ">=2",
		"@opentelemetry/api": "^1.4.1",
		"@planetscale/database": ">=1.13",
		"@prisma/client": "*",
		"@tidbcloud/serverless": "*",
		"@types/better-sqlite3": "*",
		"@types/pg": "*",
// ... (152 more lines)

Frequently Asked Questions

What does package.json do?
package.json is a source file in the drizzle-orm codebase, written in json.
Where is package.json in the architecture?
package.json is located at drizzle-orm/package.json (directory: drizzle-orm).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free