drizzle-kit 0.23.2-3d4e79a → 0.23.2-ab12f1d

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +79 -0
  2. package/bin.cjs +3909 -49628
  3. package/package.json +25 -2
package/package.json CHANGED
@@ -1,7 +1,30 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.23.2-3d4e79a",
4
- "repository": "https://github.com/drizzle-team/drizzle-orm",
3
+ "version": "0.23.2-ab12f1d",
4
+ "homepage": "https://orm.drizzle.team",
5
+ "keywords": [
6
+ "drizzle",
7
+ "orm",
8
+ "pg",
9
+ "mysql",
10
+ "postgresql",
11
+ "postgres",
12
+ "sqlite",
13
+ "database",
14
+ "sql",
15
+ "typescript",
16
+ "ts",
17
+ "drizzle-kit",
18
+ "migrations",
19
+ "schema"
20
+ ],
21
+ "publishConfig": {
22
+ "provenance": true
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
27
+ },
5
28
  "author": "Drizzle Team",
6
29
  "license": "MIT",
7
30
  "bin": {