write-ups-challenges-2022-2023/k8s_easter_eggs/part4/package.json

11 lines
174 B
JSON
Raw Permalink Normal View History

2022-11-24 21:59:22 +00:00
{
"name": "part4_nicolas",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2"
}
}