Skip to content

Commit 0c07995

Browse files
committed
chore: update @vue-dapp/nuxt package.json
1 parent 8364ee3 commit 0c07995

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

packages/nuxt/package.json

+25-9
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,39 @@
33
"version": "1.0.0-beta.15",
44
"description": "Vue Dapp Nuxt module",
55
"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"
108
},
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",
1129
"exports": {
1230
".": {
1331
"types": "./dist/types.d.ts",
1432
"import": "./dist/module.mjs",
1533
"require": "./dist/module.cjs"
1634
}
1735
},
18-
"main": "./dist/module.cjs",
19-
"types": "./dist/types.d.ts",
20-
"files": [
21-
"dist"
22-
],
36+
"publishConfig": {
37+
"access": "public"
38+
},
2339
"scripts": {
2440
"build": "nuxt prepare && nuxt-module-build build",
2541
"dev": "nuxi dev playground",

0 commit comments

Comments
 (0)