commit b7b3769dc89c7e60d8507476a9e72c3404fe212a Author: DebaucheryLibrarian Date: Wed Nov 27 04:31:51 2024 +0100 Initial commit. diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a667ae --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# traxxx diff --git a/package.json b/package.json new file mode 100644 index 0000000..55ab02a --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "traxxx-core", + "version": "1.0.0", + "description": "Archiving core of the traxxx project.", + "main": "src/app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.unknown.name/DebaucheryLibrarian/traxxx-core" + }, + "keywords": [ + "adult", + "nsfw", + "porn", + "xxx", + "archive" + ], + "author": "DebaucheryLibrarian", + "license": "ISC" +}