1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "name": "metamuffin-org-website", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "tsc && node dist/index.js" }, "dependencies": { "@types/express": "^4.17.13", "@types/node": "^16.9.1", "@types/pug": "^2.0.5", "express": "^4.17.1", "pug": "^3.0.2" } }