-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
{
"name": "nuxt-dsi",
"version": "0.9.9",
"license": "MIT",
"type": "module",
"keywords": [
"nuxt",
"opengraph",
"social",
"sharing",
"image",
"dynamic"
],
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"defu": "^6.1.1",
"fabric": "^6.0.0-beta15",
"gm": "^1.25.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/fabric": "^4.5.12",
"eslint": "^8.27.0",
"nuxt": "^3.0.0"
},
"description": "Nuxt module to generate dynamic social media compatible images.",
"repository": {
"type": "git",
"url": "git+https://github.com/L422Y/nuxt-dsi.git"
},
"author": "l422y@l422y.com",
"bugs": {
"url": "https://github.com/L422Y/nuxt-dsi/issues"
},
"homepage": "https://github.com/L422Y/nuxt-dsi#readme"
}