1234567891011121314151617181920212223 |
- {
- "name": "test",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "serve": "http-serve -p 1189",
- "dev": "nodemon app.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "epub2": "^3.0.2",
- "http-serve": "^1.0.1",
- "nodemon": "^3.1.7",
- "xml2js": "^0.6.2"
- },
- "volta": {
- "node": "22.12.0"
- }
- }
|