| 12345678910111213141516171819202122 |
- {
- "name": "neovan-site",
- "version": "1.0.0",
- "description": "Website for NeoVan",
- "repository": {
- "type": "git",
- "url": "http://git.inletsites.dev/Lee/neovan-site.git"
- },
- "license": "ISC",
- "author": "Lee Morgan",
- "type": "module",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "nodemon app.js --ext html,css,js,neovan"
- },
- "dependencies": {
- "compression": "^1.8.1",
- "express": "^5.2.1",
- "neovan": "^0.1.0"
- }
- }
|