Commit 0c07995 1 parent 8364ee3 commit 0c07995 Copy full SHA for 0c07995
File tree 1 file changed +25
-9
lines changed
1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0-beta.15" ,
4
4
"description" : " Vue Dapp Nuxt module" ,
5
5
"repository" : " your-org/@vue-dapp/nuxt" ,
6
- "license" : " MIT" ,
7
- "type" : " module" ,
8
- "publishConfig" : {
9
- "access" : " public"
6
+ "bugs" : {
7
+ "url" : " https://github.com/vu3th/vue-dapp/issues"
10
8
},
9
+ "packageManager" : " ^pnpm@8.6.9" ,
10
+ "homepage" : " https://github.com/vu3th/vue-dapp" ,
11
+ "author" : " Johnson Chen <https://twitter.com/chnejohnson>" ,
12
+ "license" : " MIT" ,
13
+ "keywords" : [
14
+ " vue" ,
15
+ " nuxt" ,
16
+ " dapp" ,
17
+ " web3" ,
18
+ " ethereum" ,
19
+ " crypto" ,
20
+ " wallet" ,
21
+ " module"
22
+ ],
23
+ "files" : [
24
+ " dist"
25
+ ],
26
+ "main" : " ./dist/module.cjs" ,
27
+ "module" : " ./dist/module.mjs" ,
28
+ "types" : " ./dist/types.d.ts" ,
11
29
"exports" : {
12
30
"." : {
13
31
"types" : " ./dist/types.d.ts" ,
14
32
"import" : " ./dist/module.mjs" ,
15
33
"require" : " ./dist/module.cjs"
16
34
}
17
35
},
18
- "main" : " ./dist/module.cjs" ,
19
- "types" : " ./dist/types.d.ts" ,
20
- "files" : [
21
- " dist"
22
- ],
36
+ "publishConfig" : {
37
+ "access" : " public"
38
+ },
23
39
"scripts" : {
24
40
"build" : " nuxt prepare && nuxt-module-build build" ,
25
41
"dev" : " nuxi dev playground" ,
You can’t perform that action at this time.
0 commit comments