/[sudobot]/trunk/extensions/archiver/package.json
ViewVC logotype

Contents of /trunk/extensions/archiver/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 822 byte(s)
chore: synchronize

1 {
2 "name": "@sudobot/extension-archiver",
3 "version": "1.0.0",
4 "main": "build/index.js",
5 "author": {
6 "name": "Ar Rakin",
7 "email": "[email protected]"
8 },
9 "license": "AGPL-3.0-or-later",
10 "dependencies": {
11 "better-sqlite3": "^11.3.0",
12 "ejs": "^3.1.10",
13 "express": "^4.21.0",
14 "highlight.js": "^11.10.0",
15 "sudobot": "file:../.."
16 },
17 "devDependencies": {
18 "@types/better-sqlite3": "^7.6.11",
19 "@types/ejs": "^3.1.5",
20 "@types/node": "^20.11.17",
21 "typescript": "^5.3.3"
22 },
23 "_moduleAliases": {
24 "@framework": "node_modules/sudobot/build/out/framework/typescript",
25 "@sudobot": "node_modules/sudobot/build/out/main/typescript"
26 },
27 "scripts": {
28 "build": "tsc"
29 }
30 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26