forked from hougarry/chatgpt-advanced-prompts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 793 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
37
{
"name": "prompt",
"version": "1.0.0",
"description": "chatgpt-advanced-prompt",
"main": "dist/data.json",
"scripts": {
"start": "npm run build",
"build": "node scripts/build.mjs",
"dash": "npm run build && node scripts/dash.mjs"
},
"files": [
"command",
"dist"
],
"keywords": [
"ai",
"chatgpt",
"advanced-prompt"
],
"author": "hougarry <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=18.17.1"
},
"dependencies": {
"@wcj/dark-mode": "~1.0.14",
"colors-cli": "^1.0.31",
"compressing": "^1.6.2",
"ejs": "^3.1.9",
"fs-extra": "^11.1.1",
"markdown-to-html-cli": "^3.6.0",
"sitemap-generator": "^8.5.1",
"sqlite3": "5.0.8",
"stylus": "^0.60.0",
"uglify-js": "^3.17.0"
}
}