Files
czchan/package.json
2025-12-29 12:44:37 +01:00

61 lines
1.7 KiB
JSON
Executable File

{
"name": "czchan",
"version": "1.0.0",
"description": "Český anonymní imageboard",
"main": "./src/main.ts",
"scripts": {
"test": "echo \"Léky teď\"",
"backend": "npx xss-scan && npx tsc",
"frontend": "npx sass ./web/styles:./public/css",
"build": "npm run backend && npm run frontend",
"start": "node ./dist/src/main.js",
"configure": "node ./dist/scripts/configure.js",
"map-assets": "node ./dist/scripts/map_assets.js",
"create-admin": "node ./dist/scripts/create_admin.js"
},
"repository": {
"type": "git",
"url": "https://git.czchan.org/sneedmaster/czchan"
},
"author": "sneedmaster <dev@czchan.org>",
"license": "AGPL-3.0-only",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "6.0.0",
"@types/bcrypt": "6.0.0",
"@types/cookie-parser": "1.4.10",
"@types/encoding-japanese": "^2.2.1",
"@types/express": "5.0.6",
"@types/formidable": "3.4.6",
"@types/jsonwebtoken": "9.0.10",
"@types/node": "25.0.3",
"@types/pg": "8.16.0",
"prettier": "3.7.4",
"prettier-plugin-css-order": "2.1.2"
},
"dependencies": {
"@kitajs/html": "4.2.11",
"@kitajs/ts-html-plugin": "4.1.3",
"apache-crypt": "^1.2.6",
"async-mutex": "0.5.0",
"bcrypt": "6.0.0",
"cookie-parser": "1.4.7",
"encoding-japanese": "^2.2.0",
"execa": "^9.6.1",
"express": "5.2.1",
"formidable": "3.5.4",
"iovalkey": "0.3.3",
"jsonwebtoken": "9.0.3",
"katex": "^0.16.27",
"pg": "8.16.3",
"postgres-migrations": "5.3.0",
"prettier": "3.7.4",
"read": "5.0.1",
"sass": "1.97.1",
"superjson": "2.2.6",
"typescript": "5.9.3",
"unix-crypt-td-js": "^1.1.4",
"uuid": "13.0.0",
"zod": "4.2.1"
}
}