-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.67 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
57
58
59
60
61
62
{
"name": "metapatcher",
"version": "v4.4.0",
"description": "HTML document head management library with convenient api. Manage social media tags, icons, device specific tags and event structured data with html meta tags and JSONLD documents.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "pkgroll --target=es2020 --target=node16 --sourcemap --clean-dist",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muratgozel/metapatcher.git"
},
"keywords": [
"html-document",
"html-head-generator",
"meta-tags",
"social-media-icons",
"opengraph-tags",
"jsonld"
],
"author": {
"name": "Murat Gözel",
"email": "[email protected]",
"url": "https://gozel.com.tr"
},
"funding": {
"type": "patreon",
"url": "https://patreon.com/muratgozel"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/muratgozel/metapatcher/issues"
},
"homepage": "https://github.com/muratgozel/metapatcher#readme",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.5.6",
"@swc/jest": "^0.2.36",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^9.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-releaser": "^2.1.4",
"pkgroll": "^2.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
}
}