-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
42
43
{
"name": "nuxt-use-async-data-wrapper",
"version": "1.2.0",
"description": "A utility to wrap Promise-returning functions with useAsyncData for Nuxt",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"nuxt",
"nuxt3",
"vue",
"useAsyncData",
"reactivity",
"typescript",
"data-fetching",
"ssr",
"promises",
"vue-composables",
"frontend",
"developer-tools"
],
"author": "Leynier Gutiérrez González <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leynier/nuxt-use-async-data-wrapper.git"
},
"peerDependencies": {
"nuxt": "^3.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.7.2",
"vue": "^3.5.13"
},
"scripts": {
"build": "tsc"
},
"files": [
"lib"
],
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}