-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@nuxt-alt/http",
"version": "1.7.8",
"description": "An extended module to ohmyfetch",
"homepage": "https://github.com/nuxt-alt/http",
"author": "Teranode",
"keywords": [
"nuxt",
"nuxtjs",
"nuxt-module",
"nuxt-plugin",
"nuxt-module-alternatives",
"ohmyfetch",
"@nuxtjs/http"
],
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "./dist/module.cjs",
"module": "./dist/module.mjs",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "unbuild --stub && nuxi prepare playground",
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "^3.8.1",
"@nuxt/module-builder": "^0.5.4",
"@refactorjs/ofetch": "latest",
"defu": "^6.1.3",
"ufo": "^1.3.2"
},
"devDependencies": {
"@types/node": "^18",
"nuxt": "^3.9.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-alt/http.git",
"directory": "@nuxt-alt/http"
},
"bugs": {
"url": "https://github.com/nuxt-alt/http/issues"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
}