{ "name": "fpaste", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node --experimental-modules src/fpaste.mjs" }, "author": "Flummi", "license": "ISC", "dependencies": { "express": "^4.16.2", "express-handlebars": "^3.0.0", "highlight": "^0.2.4", "highlight.js": "^9.12.0" } }