-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 857 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
36
{
"name": "tailcms",
"version": "1.0.1-next.21",
"type": "module",
"bin": "bin/tailcms.js",
"main": "./services/index.js",
"imports": {
"#services": "./services/index.js",
"#components": "./src/components/index.js",
"#helpers": "./src/helpers.js"
},
"scripts": {
"dev": "node bin/tailcms.js dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@faker-js/faker": "^9.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"handlebars": "^4.7.8",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"openai": "^4.55.4",
"svelite-html": "^1.0.1-next.80"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}