|
1 | 1 | {
|
2 |
| - "name": "drizzle-orm", |
3 |
| - "version": "0.21.1", |
4 |
| - "description": "Drizzle ORM package for SQL databases", |
5 |
| - "scripts": { |
6 |
| - "build": "tsc && resolve-tspaths && cp ../README.md package.json dist/", |
7 |
| - "test:types": "cd tests && tsc", |
8 |
| - "pack": "cp package.json dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz", |
9 |
| - "publish": "npm publish package.tgz" |
10 |
| - }, |
11 |
| - "repository": { |
12 |
| - "type": "git", |
13 |
| - "url": "git+https://github.com/drizzle-team/drizzle-orm.git" |
14 |
| - }, |
15 |
| - "keywords": [ |
16 |
| - "drizzle", |
17 |
| - "orm", |
18 |
| - "pg", |
19 |
| - "mysql", |
20 |
| - "postgresql", |
21 |
| - "postgres", |
22 |
| - "sqlite", |
23 |
| - "database", |
24 |
| - "sql", |
25 |
| - "typescript", |
26 |
| - "ts", |
27 |
| - "drizzle-orm" |
28 |
| - ], |
29 |
| - "author": "Drizzle Team", |
30 |
| - "license": "Apache-2.0", |
31 |
| - "bugs": { |
32 |
| - "url": "https://github.com/drizzle-team/drizzle-orm/issues" |
33 |
| - }, |
34 |
| - "homepage": "https://github.com/drizzle-team/drizzle-orm#readme", |
35 |
| - "peerDependencies": { |
36 |
| - "@aws-sdk/client-rds-data": ">=3 <4", |
37 |
| - "@cloudflare/workers-types": ">=3", |
38 |
| - "@neondatabase/serverless": ">=0.1 <0.2", |
39 |
| - "@types/better-sqlite3": "*", |
40 |
| - "@types/pg": "*", |
41 |
| - "@types/sql.js": "*", |
42 |
| - "better-sqlite3": ">=7 <9", |
43 |
| - "bun-types": "*", |
44 |
| - "mysql2": ">=2 <3", |
45 |
| - "pg": ">=8 <9", |
46 |
| - "postgres": ">=3 <4", |
47 |
| - "sql.js": ">=1 <2", |
48 |
| - "sqlite3": ">=5 <6", |
49 |
| - "@planetscale/database": ">=1 <2" |
50 |
| - }, |
51 |
| - "peerDependenciesMeta": { |
52 |
| - "mysql2": { |
53 |
| - "optional": true |
54 |
| - }, |
55 |
| - "better-sqlite3": { |
56 |
| - "optional": true |
57 |
| - }, |
58 |
| - "@types/better-sqlite3": { |
59 |
| - "optional": true |
60 |
| - }, |
61 |
| - "sqlite3": { |
62 |
| - "optional": true |
63 |
| - }, |
64 |
| - "sql.js": { |
65 |
| - "optional": true |
66 |
| - }, |
67 |
| - "@types/sql.js": { |
68 |
| - "optional": true |
69 |
| - }, |
70 |
| - "@cloudflare/workers-types": { |
71 |
| - "optional": true |
72 |
| - }, |
73 |
| - "pg": { |
74 |
| - "optional": true |
75 |
| - }, |
76 |
| - "@types/pg": { |
77 |
| - "optional": true |
78 |
| - }, |
79 |
| - "postgres": { |
80 |
| - "optional": true |
81 |
| - }, |
82 |
| - "@neondatabase/serverless": { |
83 |
| - "optional": true |
84 |
| - }, |
85 |
| - "bun-types": { |
86 |
| - "optional": true |
87 |
| - }, |
88 |
| - "@aws-sdk/client-rds-data": { |
89 |
| - "optional": true |
90 |
| - }, |
91 |
| - "@planetscale/database": { |
92 |
| - "optional": true |
93 |
| - } |
94 |
| - }, |
95 |
| - "devDependencies": { |
96 |
| - "@aws-sdk/client-rds-data": "^3.257.0", |
97 |
| - "@cloudflare/workers-types": "^3.18.0", |
98 |
| - "@neondatabase/serverless": "^0.1.13", |
99 |
| - "@planetscale/database": "^1.5.0", |
100 |
| - "@types/better-sqlite3": "^7.6.2", |
101 |
| - "@types/node": "^18.11.9", |
102 |
| - "@types/pg": "^8.6.5", |
103 |
| - "@types/sql.js": "^1.4.4", |
104 |
| - "better-sqlite3": "^7.6.2", |
105 |
| - "bun-types": "^0.5.0", |
106 |
| - "mysql2": "^2.3.3", |
107 |
| - "pg": "^8.8.0", |
108 |
| - "postgres": "^3.3.3", |
109 |
| - "sql.js": "^1.8.0", |
110 |
| - "sqlite3": "^5.1.2" |
111 |
| - } |
| 2 | + "name": "drizzle-orm", |
| 3 | + "version": "0.22.0", |
| 4 | + "description": "Drizzle ORM package for SQL databases", |
| 5 | + "scripts": { |
| 6 | + "build": "tsc && resolve-tspaths && cp ../README.md package.json dist/", |
| 7 | + "test:types": "cd tests && tsc", |
| 8 | + "pack": "cp package.json dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz", |
| 9 | + "publish": "npm publish package.tgz" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/drizzle-team/drizzle-orm.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "drizzle", |
| 17 | + "orm", |
| 18 | + "pg", |
| 19 | + "mysql", |
| 20 | + "postgresql", |
| 21 | + "postgres", |
| 22 | + "sqlite", |
| 23 | + "database", |
| 24 | + "sql", |
| 25 | + "typescript", |
| 26 | + "ts", |
| 27 | + "drizzle-orm" |
| 28 | + ], |
| 29 | + "author": "Drizzle Team", |
| 30 | + "license": "Apache-2.0", |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/drizzle-team/drizzle-orm/issues" |
| 33 | + }, |
| 34 | + "homepage": "https://github.com/drizzle-team/drizzle-orm#readme", |
| 35 | + "peerDependencies": { |
| 36 | + "@aws-sdk/client-rds-data": ">=3 <4", |
| 37 | + "@cloudflare/workers-types": ">=3", |
| 38 | + "@neondatabase/serverless": ">=0.1 <0.2", |
| 39 | + "@types/better-sqlite3": "*", |
| 40 | + "@types/pg": "*", |
| 41 | + "@types/sql.js": "*", |
| 42 | + "better-sqlite3": ">=7 <9", |
| 43 | + "bun-types": "*", |
| 44 | + "mysql2": ">=2 <3", |
| 45 | + "pg": ">=8 <9", |
| 46 | + "postgres": ">=3 <4", |
| 47 | + "sql.js": ">=1 <2", |
| 48 | + "sqlite3": ">=5 <6", |
| 49 | + "@planetscale/database": ">=1 <2" |
| 50 | + }, |
| 51 | + "peerDependenciesMeta": { |
| 52 | + "mysql2": { |
| 53 | + "optional": true |
| 54 | + }, |
| 55 | + "better-sqlite3": { |
| 56 | + "optional": true |
| 57 | + }, |
| 58 | + "@types/better-sqlite3": { |
| 59 | + "optional": true |
| 60 | + }, |
| 61 | + "sqlite3": { |
| 62 | + "optional": true |
| 63 | + }, |
| 64 | + "sql.js": { |
| 65 | + "optional": true |
| 66 | + }, |
| 67 | + "@types/sql.js": { |
| 68 | + "optional": true |
| 69 | + }, |
| 70 | + "@cloudflare/workers-types": { |
| 71 | + "optional": true |
| 72 | + }, |
| 73 | + "pg": { |
| 74 | + "optional": true |
| 75 | + }, |
| 76 | + "@types/pg": { |
| 77 | + "optional": true |
| 78 | + }, |
| 79 | + "postgres": { |
| 80 | + "optional": true |
| 81 | + }, |
| 82 | + "@neondatabase/serverless": { |
| 83 | + "optional": true |
| 84 | + }, |
| 85 | + "bun-types": { |
| 86 | + "optional": true |
| 87 | + }, |
| 88 | + "@aws-sdk/client-rds-data": { |
| 89 | + "optional": true |
| 90 | + }, |
| 91 | + "@planetscale/database": { |
| 92 | + "optional": true |
| 93 | + } |
| 94 | + }, |
| 95 | + "devDependencies": { |
| 96 | + "@aws-sdk/client-rds-data": "^3.257.0", |
| 97 | + "@cloudflare/workers-types": "^3.18.0", |
| 98 | + "@neondatabase/serverless": "^0.1.13", |
| 99 | + "@planetscale/database": "^1.5.0", |
| 100 | + "@types/better-sqlite3": "^7.6.2", |
| 101 | + "@types/node": "^18.11.9", |
| 102 | + "@types/pg": "^8.6.5", |
| 103 | + "@types/sql.js": "^1.4.4", |
| 104 | + "better-sqlite3": "^7.6.2", |
| 105 | + "bun-types": "^0.5.0", |
| 106 | + "mysql2": "^2.3.3", |
| 107 | + "pg": "^8.8.0", |
| 108 | + "postgres": "^3.3.3", |
| 109 | + "sql.js": "^1.8.0", |
| 110 | + "sqlite3": "^5.1.2" |
| 111 | + } |
112 | 112 | }
|
0 commit comments