Spaces:
Runtime error
Runtime error
| { | |
| "name": "devine", | |
| "version": "1.0.0", | |
| "description": "A brief description of your app", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/devineparadox/Devinemusic.git" | |
| }, | |
| "author": "dev", | |
| "license": "MIT" | |
| } | |