-
-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@nuxt/modules",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/modules.git"
},
"homepage": "https://nuxt.com/modules",
"main": "./modules.json",
"files": [
"modules.json"
],
"scripts": {
"build": "pnpm cli build",
"cli": "node ./lib/cli.ts",
"website:build": "pnpm build && nuxt build website",
"website:dev": "pnpm build && nuxt dev website",
"lint": "eslint",
"release": "pnpm cli version && npm publish --tag latest",
"sync": "pnpm cli sync",
"test": "pnpm lint && pnpm sync"
},
"devDependencies": {
"@clack/prompts": "1.0.1",
"@npm/types": "^2.1.0",
"@nuxt/eslint-config": "^1.15.1",
"@octokit/rest": "^22.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.13",
"@types/semver": "^7.7.1",
"defu": "^6.1.4",
"dotenv": "^17.3.1",
"eslint": "^10.0.1",
"globby": "^16.1.1",
"hasha": "^7.0.0",
"js-yaml": "^4.1.1",
"ofetch": "^1.5.1",
"p-limit": "^7.3.0",
"picocolors": "^1.1.1",
"semver": "^7.7.4",
"std-env": "^3.10.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.30.1"
}