Update package.json

This commit is contained in:
john 2025-04-04 16:53:49 +02:00
parent aef014a178
commit a53c5ef3e3

View file

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