2024-11-27 03:31:51 +00:00
|
|
|
{
|
2024-12-23 21:33:54 +00:00
|
|
|
"name": "traxxx-core",
|
2024-12-23 21:33:56 +00:00
|
|
|
"version": "1.0.1",
|
2024-12-23 21:33:54 +00:00
|
|
|
"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"
|
|
|
|
}
|
2024-11-27 03:31:51 +00:00
|
|
|
}
|