traxxx-core/package.json

45 lines
869 B
JSON

{
"name": "traxxx-core",
"version": "1.0.1",
"description": "Archiving core of the traxxx project.",
"main": "src/app.ts",
"type": "module",
"scripts": {
"postinstall": "node-config-ts",
"start": "tsx src/app.ts"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/DebaucheryLibrarian/traxxx-core"
},
"keywords": [
"adult",
"nsfw",
"porn",
"xxx",
"archive"
],
"author": "DebaucheryLibrarian",
"license": "ISC",
"devDependencies": {
"@types/config": "^3.3.5",
"@types/node": "^22.10.0",
"@types/yargs": "^17.0.33",
"eslint": "^9.15.0",
"typescript": "^5.7.2"
},
"dependencies": {
"config": "^3.3.12",
"knex": "^3.1.0",
"kysely": "^0.27.5",
"node-config-ts": "^3.3.1",
"pg": "^8.13.1",
"tsx": "^4.19.2",
"unprint": "^0.14.3",
"yargs": "^17.7.2"
},
"imports": {
"#src/*": "./dist/*.js"
}
}