-
-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathpackage.json
40 lines (40 loc) · 940 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
38
39
40
{
"name": "metascraper-publisher",
"description": "Get publisher property from HTML markup",
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-publisher",
"version": "5.38.0",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
"directory": "packages/metascraper-publisher",
"type": "git",
"url": "git+https://github.com/microlinkhq/metascraper.git#master"
},
"bugs": {
"url": "https://github.com/microlinkhq/metascraper/issues"
},
"keywords": [
"metascraper",
"publisher"
],
"dependencies": {
"@metascraper/helpers": "^5.38.0"
},
"devDependencies": {
"ava": "latest"
},
"engines": {
"node": ">= 16"
},
"files": [
"index.js"
],
"scripts": {
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test ava --timeout 30s"
},
"license": "MIT"
}