-
-
Notifications
You must be signed in to change notification settings - Fork 267
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
42
43
44
{
"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.7.5",
"@octokit/rest": "^21.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.70",
"defu": "^6.1.4",
"eslint": "^9.18.0",
"globby": "^14.0.2",
"hasha": "^6.0.0",
"jiti": "^2.4.2",
"js-yaml": "^4.1.0",
"ofetch": "^1.4.1",
"p-limit": "^6.2.0",
"std-env": "^3.8.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"dependencies": {
"dotenv": "^16.4.7"
}
}