-
-
Notifications
You must be signed in to change notification settings - Fork 260
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
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
{
"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": "jiti ./lib/cli",
"website:build": "pnpm build && nuxi build website",
"website:dev": "pnpm build && nuxi dev website",
"lint": "eslint",
"release": "pnpm cli version && npm publish",
"sync": "pnpm cli sync",
"test": "pnpm lint && pnpm sync"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.10",
"@octokit/rest": "^21.0.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.15",
"defu": "^6.1.2",
"eslint": "^9.2.0",
"globby": "^13.2.2",
"hasha": "^5.2.2",
"jiti": "^1.20.0",
"js-yaml": "^4.1.0",
"ofetch": "^1.3.3",
"p-limit": "^6.1.0",
"std-env": "^3.7.0",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}