| 1234567891011121314151617181920 |
- {
- "name": "snapshot-server",
- "version": "1.0.0",
- "description": "A little app (webpage + server) to take snapshot of the local storage and IndexedDB of the browser",
- "main": "index.js",
- "scripts": {
- "dev": "nodemon index.js",
- "start": "node ."
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "express": "^5.1.0",
- "stream-json": "^1.9.1"
- },
- "devDependencies": {
- "nodemon": "^3.1.10"
- }
- }
|