-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "kavithai-image-maker",
"version": "0.0.1",
"description": "Convert HTML to image with fully Designed for Tamil kavithai image.",
"private": true,
"main": "index.js",
"author": "Santhosh Veer",
"license": "MIT",
"scripts": {
"test": "node test.js",
"start": "node index.js",
"build": "node sitemap.js && node robots.js && node pwa.js",
"dev": "nodemon index.js --ext '*'",
"ci": "mocha ./test/* --exit",
"pwa:build": "node pwa.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mskian/kavithai-image-maker.git"
},
"keywords": [
"tamil",
"kavithai",
"image",
"maker",
"quotes",
"html",
"api"
],
"bugs": {
"url": "https://github.com/mskian/kavithai-image-maker/issues"
},
"homepage": "https://github.com/mskian/kavithai-image-maker#readme",
"dependencies": {
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"dompurify": "^3.2.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-sitemap-xml": "^3.1.0",
"express-validator": "^7.2.1",
"hbs": "^4.2.0",
"jsdom": "^25.0.1",
"node-html-to-image": "^4.0.0"
},
"devDependencies": {
"generate-robotstxt": "^8.0.3",
"mocha": "^11.0.1",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
}
}