drizzle-typebox 0.1.1-e4bc89e → 0.1.1-e64a96d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +84 -84
package/package.json CHANGED
@@ -1,86 +1,86 @@
1
1
  {
2
- "name": "drizzle-typebox",
3
- "version": "0.1.1-e4bc89e",
4
- "description": "Generate Typebox schemas from Drizzle ORM schemas",
5
- "type": "module",
6
- "scripts": {
7
- "build": "tsx scripts/build.ts",
8
- "b": "pnpm build",
9
- "test:types": "cd tests && tsc",
10
- "pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
11
- "publish": "npm publish package.tgz",
12
- "test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
13
- },
14
- "exports": {
15
- ".": {
16
- "import": {
17
- "types": "./index.d.mts",
18
- "default": "./index.mjs"
19
- },
20
- "require": {
21
- "types": "./index.d.cjs",
22
- "default": "./index.cjs"
23
- },
24
- "types": "./index.d.ts",
25
- "default": "./index.mjs"
26
- }
27
- },
28
- "main": "./index.cjs",
29
- "module": "./index.mjs",
30
- "types": "./index.d.ts",
31
- "publishConfig": {
32
- "provenance": true
33
- },
34
- "repository": {
35
- "type": "git",
36
- "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
37
- },
38
- "ava": {
39
- "files": [
40
- "tests/**/*.test.ts",
41
- "!tests/bun/**/*"
42
- ],
43
- "extensions": {
44
- "ts": "module"
45
- },
46
- "nodeArguments": [
47
- "--loader=tsx"
48
- ]
49
- },
50
- "keywords": [
51
- "typebox",
52
- "validate",
53
- "validation",
54
- "schema",
55
- "drizzle",
56
- "orm",
57
- "pg",
58
- "mysql",
59
- "postgresql",
60
- "postgres",
61
- "sqlite",
62
- "database",
63
- "sql",
64
- "typescript",
65
- "ts"
66
- ],
67
- "author": "Drizzle Team",
68
- "license": "Apache-2.0",
69
- "peerDependencies": {
70
- "@sinclair/typebox": ">=0.17.6",
71
- "drizzle-orm": ">=0.23.13"
72
- },
73
- "devDependencies": {
74
- "@rollup/plugin-terser": "^0.4.1",
75
- "@rollup/plugin-typescript": "^11.1.0",
76
- "@sinclair/typebox": "^0.29.6",
77
- "@types/node": "^18.15.10",
78
- "ava": "^5.1.0",
79
- "cpy": "^10.1.0",
80
- "drizzle-orm": "link:../drizzle-orm/dist",
81
- "rimraf": "^5.0.0",
82
- "rollup": "^3.20.7",
83
- "tsx": "^3.12.2",
84
- "zx": "^7.2.2"
85
- }
2
+ "name": "drizzle-typebox",
3
+ "version": "0.1.1-e64a96d",
4
+ "description": "Generate Typebox schemas from Drizzle ORM schemas",
5
+ "type": "module",
6
+ "scripts": {
7
+ "build": "tsx scripts/build.ts",
8
+ "b": "pnpm build",
9
+ "test:types": "cd tests && tsc",
10
+ "pack": "(cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
11
+ "publish": "npm publish package.tgz",
12
+ "test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava"
13
+ },
14
+ "exports": {
15
+ ".": {
16
+ "import": {
17
+ "types": "./index.d.mts",
18
+ "default": "./index.mjs"
19
+ },
20
+ "require": {
21
+ "types": "./index.d.cjs",
22
+ "default": "./index.cjs"
23
+ },
24
+ "types": "./index.d.ts",
25
+ "default": "./index.mjs"
26
+ }
27
+ },
28
+ "main": "./index.cjs",
29
+ "module": "./index.mjs",
30
+ "types": "./index.d.ts",
31
+ "publishConfig": {
32
+ "provenance": true
33
+ },
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/drizzle-team/drizzle-orm.git"
37
+ },
38
+ "ava": {
39
+ "files": [
40
+ "tests/**/*.test.ts",
41
+ "!tests/bun/**/*"
42
+ ],
43
+ "extensions": {
44
+ "ts": "module"
45
+ },
46
+ "nodeArguments": [
47
+ "--loader=tsx"
48
+ ]
49
+ },
50
+ "keywords": [
51
+ "typebox",
52
+ "validate",
53
+ "validation",
54
+ "schema",
55
+ "drizzle",
56
+ "orm",
57
+ "pg",
58
+ "mysql",
59
+ "postgresql",
60
+ "postgres",
61
+ "sqlite",
62
+ "database",
63
+ "sql",
64
+ "typescript",
65
+ "ts"
66
+ ],
67
+ "author": "Drizzle Team",
68
+ "license": "Apache-2.0",
69
+ "peerDependencies": {
70
+ "@sinclair/typebox": ">=0.17.6",
71
+ "drizzle-orm": ">=0.23.13"
72
+ },
73
+ "devDependencies": {
74
+ "@rollup/plugin-terser": "^0.4.1",
75
+ "@rollup/plugin-typescript": "^11.1.0",
76
+ "@sinclair/typebox": "^0.29.6",
77
+ "@types/node": "^18.15.10",
78
+ "ava": "^5.1.0",
79
+ "cpy": "^10.1.0",
80
+ "drizzle-orm": "link:../drizzle-orm/dist",
81
+ "rimraf": "^5.0.0",
82
+ "rollup": "^3.20.7",
83
+ "tsx": "^3.12.2",
84
+ "zx": "^7.2.2"
85
+ }
86
86
  }