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. 0 imports, 1 dependents.

File json DrizzleORM 1 dependents

Entity Profile

Dependency Diagram

graph LR
  3bd96913_f8ce_b73b_5173_fa54944aabba["package.json"]
  ccb38674_a025_897a_eb29_bdfa2dbe01c1["index.ts"]
  ccb38674_a025_897a_eb29_bdfa2dbe01c1 --> 3bd96913_f8ce_b73b_5173_fa54944aabba
  style 3bd96913_f8ce_b73b_5173_fa54944aabba fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

{
	"name": "eslint-plugin-drizzle",
	"version": "0.2.3",
	"description": "Eslint plugin for drizzle users to avoid common pitfalls",
	"main": "src/index.js",
	"scripts": {
		"test": "vitest run",
		"build": "tsc -b && pnpm cpy readme.md dist/",
		"pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
		"publish": "npm publish package.tgz"
	},
	"keywords": [
		"eslint",
		"eslintplugin",
		"eslint-plugin",
		"drizzle"
	],
	"author": "Drizzle Team",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/drizzle-team/drizzle-orm/tree/main/eslint-plugin-drizzle.git"
	},
	"license": "Apache-2.0",
	"devDependencies": {
		"@types/node": "^20.10.1",
		"@typescript-eslint/parser": "^6.10.0",
		"@typescript-eslint/rule-tester": "^6.10.0",
		"@typescript-eslint/utils": "^6.10.0",
		"cpy-cli": "^5.0.0",
		"eslint": "^8.53.0",
		"typescript": "^5.2.2",
		"vitest": "^3.1.3"
	},
	"peerDependencies": {
		"eslint": ">=8.0.0"
	}
}

Domain

Frequently Asked Questions

What does package.json do?
package.json is a source file in the drizzle-orm codebase, written in json. It belongs to the DrizzleORM domain.
What files import package.json?
package.json is imported by 1 file(s): index.ts.
Where is package.json in the architecture?
package.json is located at eslint-plugin-drizzle/package.json (domain: DrizzleORM, directory: eslint-plugin-drizzle).

Analyze Your Own Codebase

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

Try Supermodel Free