Spaces:
Paused
Paused
| { | |
| "name": "nodejs", | |
| "version": "1.0.0", | |
| "description": "nodejs", | |
| "author": "", | |
| "repository": "", | |
| "license": "MIT", | |
| "private": false, | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "node app.js" | |
| }, | |
| "dependencies": { | |
| "axios": "^1.9.0" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0", | |
| "npm": ">=7.0.0" | |
| } | |
| } | |