55 "description" : " Nuxt 3 integration for EdgeDB." ,
66 "license" : " MIT" ,
77 "repository" : " tahul/nuxt-edgedb" ,
8+ "bin" : " ./dist/cli.mjs" ,
89 "exports" : {
910 "." : {
1011 "types" : " ./dist/module.d.ts" ,
2728 "scripts" : {
2829 "build" : " nuxt-module-build build" ,
2930 "dev" : " nuxi dev playground" ,
31+ "dev:cli" : " jiti ./src/cli.ts" ,
3032 "dev:build" : " nuxi build playground" ,
3133 "stub" : " nuxt-module-build build --stub" ,
3234 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
3638 "test:watch" : " vitest watch"
3739 },
3840 "dependencies" : {
39- "@edgedb/generate" : " ^0.4.1" ,
40- "@nuxt/kit" : " ^3.11.2" ,
41- "edgedb" : " ^1.4.1" ,
42- "execa" : " ^8.0.1" ,
41+ "@clack/core" : " ^0.3.4" ,
42+ "@clack/prompts" : " ^0.7.0" ,
43+ "@edgedb/generate" : " ^0.5.3" ,
44+ "@nuxt/kit" : " ^3.12.2" ,
45+ "edgedb" : " ^1.5.7" ,
46+ "execa" : " ^9.2.0" ,
47+ "nuxt-app" : " link:/Users/yaelguilloux/Code/sandbox/nuxt3-clean" ,
4348 "prompts" : " ^2.4.2"
4449 },
4550 "devDependencies" : {
46- "@antfu/eslint-config" : " ^2.13.0 " ,
51+ "@antfu/eslint-config" : " ^2.21.1 " ,
4752 "@nuxt/devtools" : " latest" ,
48- "@nuxt/module-builder" : " ^0.5.5 " ,
49- "@nuxt/schema" : " ^3.11 .2" ,
50- "@nuxt/test-utils" : " ^3.12.0 " ,
51- "@types/node" : " ^20.12.5 " ,
53+ "@nuxt/module-builder" : " ^0.7.1 " ,
54+ "@nuxt/schema" : " ^3.12 .2" ,
55+ "@nuxt/test-utils" : " ^3.13.1 " ,
56+ "@types/node" : " ^20.14.3 " ,
5257 "@types/prompts" : " ^2.4.9" ,
5358 "changelogen" : " ^0.5.5" ,
54- "eslint" : " ^9.0 .0" ,
55- "nuxt" : " ^3.11 .2" ,
56- "vitest" : " ^1.4 .0"
59+ "eslint" : " ^9.5 .0" ,
60+ "nuxt" : " ^3.12 .2" ,
61+ "vitest" : " ^1.6 .0"
5762 },
5863 "resolutions" : {
5964 "nuxt-edgedb-module" : " link:."
6065 }
61- }
66+ }
0 commit comments