File size: 218 Bytes
25ae7fe
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "meih-movies-api",
  "version": "1.0.0",
  "description": "Nitro-powered movie scraping API",
  "main": "main.py",
  "scripts": {
    "start": "bash start.sh"
  },
  "engines": {
    "node": ">=18.x"
  }
}