@nuxt/modules 0.6.0-e618b0 → 0.6.0-e6363d

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 (3) hide show
  1. package/README.md +1 -1
  2. package/modules.json +4121 -1313
  3. package/package.json +24 -13
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-e618b0",
3
+ "version": "0.6.0-e6363d",
4
4
  "license": "MIT",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/nuxt/modules.git"
8
+ },
9
+ "homepage": "https://nuxt.com/modules",
5
10
  "main": "./modules.json",
6
11
  "files": [
7
12
  "modules.json"
@@ -11,23 +16,29 @@
11
16
  "cli": "jiti ./lib/cli",
12
17
  "website:build": "pnpm build && nuxi build website",
13
18
  "website:dev": "pnpm build && nuxi dev website",
14
- "lint": "eslint --ext .",
19
+ "lint": "eslint",
15
20
  "release": "pnpm cli version && npm publish",
16
21
  "sync": "pnpm cli sync",
17
22
  "test": "pnpm lint && pnpm sync"
18
23
  },
19
24
  "devDependencies": {
20
- "@nuxt/eslint-config": "^0.1.1",
21
- "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.16.10",
23
- "defu": "^6.1.2",
24
- "eslint": "^8.34.0",
25
- "globby": "^13.1.4",
26
- "hasha": "^5.2.2",
27
- "jiti": "^1.17.2",
25
+ "@nuxt/eslint-config": "^0.7.5",
26
+ "@octokit/rest": "^21.1.0",
27
+ "@types/js-yaml": "^4.0.9",
28
+ "@types/node": "^18.19.70",
29
+ "defu": "^6.1.4",
30
+ "eslint": "^9.18.0",
31
+ "globby": "^14.0.2",
32
+ "hasha": "^6.0.0",
33
+ "jiti": "^2.4.2",
28
34
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.1",
30
- "typescript": "^4.9.5"
35
+ "ofetch": "^1.4.1",
36
+ "p-limit": "^6.2.0",
37
+ "std-env": "^3.8.0",
38
+ "typescript": "^5.7.3"
31
39
  },
32
- "packageManager": "pnpm@7.32.4"
40
+ "packageManager": "pnpm@9.15.3",
41
+ "dependencies": {
42
+ "dotenv": "^16.4.7"
43
+ }
33
44
  }