-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"name": "teddy",
"version": "0.0.4",
"description": "Opinionated open-source content management system (CMS) and static site generator (SSG) that focuses on simplicity and easy content management.",
"main": "build.js",
"private": true,
"type": "module",
"scripts": {
"build": "node build.js",
"test": "vitest run --config ./system/tests/vitest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teddyful/teddy.git"
},
"author": "Jillur Quddus",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/teddyful/teddy/issues"
},
"homepage": "https://github.com/teddyful/teddy#readme",
"devDependencies": {
"ajv": "8.17.1",
"commander": "13.1.0",
"del": "8.0.0",
"flexsearch": "0.7.43",
"gulp": "5.0.0",
"gulp-mustache": "5.0.0",
"minify": "13.0.0",
"showdown": "2.1.0",
"string-strip-html": "13.4.8",
"try-to-catch": "3.0.1",
"vite": "6.2.1",
"vitest": "3.0.8",
"winston": "3.17.0",
"winston-daily-rotate-file": "5.0.0"
}
}