We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b992c commit 13c9bc6Copy full SHA for 13c9bc6
.npmrc
@@ -0,0 +1,3 @@
1
+shamefully-hoist=true
2
+strict-peer-dependencies=false
3
+auto-install-peers=true
package.json
@@ -4,6 +4,14 @@
4
"author": "Eugen Istoc",
5
"version": "1.0.0",
6
"license": "MIT",
7
+ "homepage": "https://github.com/genu/nuxt-codegen",
8
+ "bugs": {
9
+ "url": "https://github.com/genu/nuxt-codegen/issues"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/genu/nuxt-codegen"
14
15
"type": "module",
16
"exports": {
17
".": {
0 commit comments