-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 876 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 876 Bytes
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
{
"name": "@freecodecamp/hashnode-preview",
"version": "1.0.0",
"main": "./src/server.js",
"author": "freeCodeCamp.org",
"private": true,
"description": "Post preview service for Hashnode",
"type": "module",
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
"scripts": {
"start": "node --watch --trace-warnings ./src/server.js"
},
"license": "BSD-3-Clause",
"dependencies": {
"dotenv": "16.6.1",
"express": "5.2.0",
"express-rate-limit": "7.5.1",
"graphql-request": "7.3.5",
"helmet": "8.1.0",
"jsdom": "29.0.0",
"morgan": "1.10.1",
"nunjucks": "3.2.4",
"sanitize-html": "2.17.2",
"slug": "11.0.1",
"winston": "3.18.3"
}
}