resume/package.json
john f3a0b478a8 unlicense
i don't fully understand the implications of having a license on my resume is? since it was automatically added anyway i just delete it.
2025-04-04 16:52:27 +02:00

11 lines
262 B
JSON

{
"name": "resume",
"version": "1.0.0",
"main": "index.js",
"repository": "gitea@git.botris.dev:john/resume.git",
"author": "john <me@johnmorr.is>",
"private": true,
"scripts": {
"serve": "deno run --allow-read=. --allow-net server.ts"
}
}