{ "name": "fpaste", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node --experimental-modules src/fpaste.mjs" }, "author": "Flummi", "license": "ISC", "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.2", "express-handlebars": "^3.0.0", "highlight.js": "^9.12.0", "nodejs-mysql": "git://github.com/Flummi/nodejs-mysql.git" } }