forked from nuxt/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 830 Bytes
/
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
{
"name": "@nuxt/modules",
"version": "0.6.0",
"license": "MIT",
"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 --ext .",
"release": "pnpm cli version && npm publish",
"sync": "pnpm cli sync",
"test": "pnpm lint && pnpm sync"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.14.0",
"defu": "^6.1.1",
"eslint": "^8.34.0",
"globby": "^13.1.3",
"hasha": "^5.2.2",
"jiti": "^1.17.1",
"js-yaml": "^4.1.0",
"ofetch": "^1.0.0",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}