-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 834 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
34
35
36
37
{
"name": "@memotux/nuxt-scripts-social-posts",
"version": "0.0.1",
"description": "Inject Nuxt Scripts components with social posts",
"main": "nuxt.config.ts",
"scripts": {
"dev": "nuxi dev playground"
},
"keywords": [
"nuxt",
"layers",
"scripts",
"social",
"posts",
"ui",
"components",
"content"
],
"author": {
"email": "[email protected]",
"name": "Romeo Mendez Fuentes",
"url": "https://romeo.mendezfuentes.net"
},
"homepage": "https://github.com/memotux/nuxt-scripts-social-posts",
"repository": {
"type": "git",
"url": "https://github.com/memotux/uxt-scripts-social-posts.git"
},
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"@nuxt/scripts": "^0.9.5"
},
"devDependencies": {
"nuxt": "^3.15.3"
}
}