-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 955 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
{
"dependencies": {
"dotenv": "^16.0.0",
"email-templates": "^9.0.0",
"handlebars": "^4.7.7",
"liquid": "^5.1.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7"
},
"name": "wilder-journal",
"description": "[![Netlify Status](https://api.netlify.com/api/v1/badges/795f1c5d-b211-40d6-9ff6-4d45cbf662ca/deploy-status)](https://app.netlify.com/sites/wilder-journal-production/deploys)",
"version": "1.0.0",
"main": "index.js",
"engines": {"node": ">= 18"},
"devDependencies": {
"netlify-plugin-image-optim": "^0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Platoniq/wilder-journal.git"
},
"author": "Platoniq Foundation",
"license": "CC BY-SA 4.0",
"bugs": {
"url": "https://github.com/Platoniq/wilder-journal/issues"
},
"homepage": "https://github.com/Platoniq/wilder-journal#readme"
}