chore: checkpoint initial — Zektyc dataset, avant humanisation
- site vitrine + fingerprint test + zmap + z-panel - remplacement duckdns -> riricdev.tail5ea5cd.ts.net (canonical/og/alternates/docs) - suppression du token DuckDNS (plus utilisé)
This commit is contained in:
commit
8e7ec41f18
104 changed files with 19256 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "zektyc",
|
||||
"module": "src/server.ts",
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"start": "bun src/server.ts",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"marked": "^18.0.9",
|
||||
"sharp": "^0.35.3",
|
||||
"wordpress-honeypot": "^1.1.2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue