-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 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
{
"name": "metapi",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"compile": "tsc -w",
"start:watch": "node --watch dist/index.js",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"outdir": "dist/",
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
},
"dependencies": {
"express": "^4.21.1",
"metascraper": "^5.45.25",
"metascraper-author": "^5.45.25",
"metascraper-date": "^5.45.25",
"metascraper-description": "^5.45.25",
"metascraper-image": "^5.45.25",
"metascraper-logo": "^5.45.25",
"metascraper-publisher": "^5.45.25",
"metascraper-title": "^5.45.25",
"metascraper-url": "^5.45.25",
"metascraper-x": "^5.45.25",
"metascraper-youtube": "^5.45.25",
"playwright": "^1.49.0",
"zod": "^3.23.8"
}
}