10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"name": "@NexusAI/inference-service",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
}
|
|
}
|