← back to Inline Editor
package.json
20 lines
{
"name": "@dw/inline-editor",
"version": "0.1.0",
"description": "Drop-in Wix-style inline page editor for the DW sister-site fleet (auth.agentabrams.com gated)",
"main": "src/middleware.js",
"files": ["src", "public", "db", "README.md"],
"scripts": {
"test": "node test/run.js",
"pilot": "node test/pilot.js"
},
"dependencies": {
"cheerio": "^1.0.0",
"cookie-parser": "^1.4.7",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"sanitize-html": "^2.13.1"
}
}