Skip to content

Commit

Permalink
Update Drizzle Seed npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 21, 2024
1 parent 2ce4da7 commit 9b4c9ed
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions drizzle-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-seed",
"version": "0.0.2",
"version": "0.1.1",
"main": "index.js",
"type": "module",
"scripts": {
Expand All @@ -17,9 +17,37 @@
"start:sqlite": "npx tsx ./src/tests/northwind/sqliteTest.ts",
"benchmark": "npx tsx ./src/tests/benchmarks/generatorsBenchmark.ts"
},
"author": "",
"license": "ISC",
"description": "",
"author": "Drizzle Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/drizzle-team/drizzle-orm/issues"
},
"keywords": [
"drizzle",
"orm",
"pg",
"mysql",
"postgresql",
"postgres",
"sqlite",
"database",
"sql",
"typescript",
"ts",
"drizzle-orm",
"drizzle-seed",
"seeding",
"seed"
],
"repository": {
"type": "git",
"url": "git+https://github.com/drizzle-team/drizzle-orm.git"
},
"publishConfig": {
"provenance": true
},
"sideEffects": false,
"description": "A package to seed your database using Drizzle ORM",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 9b4c9ed

Please sign in to comment.