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