Rajhuggingface4253 commited on
Commit
99e6847
·
verified ·
1 Parent(s): dccc585

Rename requirements.txt to package.json

Browse files
Files changed (2) hide show
  1. package.json +20 -0
  2. requirements.txt +0 -11
package.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "neuralstream-backend",
3
+ "version": "1.0.0",
4
+ "description": "Production SQLite WAL Backend for NeuralStream",
5
+ "main": "server.js",
6
+ "type": "commonjs",
7
+ "scripts": {
8
+ "start": "node server.js",
9
+ "dev": "node --watch server.js"
10
+ },
11
+ "dependencies": {
12
+ "better-sqlite3": "^11.0.0",
13
+ "cors": "^2.8.5",
14
+ "express": "^4.19.2"
15
+ },
16
+ "engines": {
17
+ "node": ">=18.0.0"
18
+ },
19
+ "private": true
20
+ }
requirements.txt DELETED
@@ -1,11 +0,0 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
2
-
3
- fastapi
4
- uvicorn[standard]
5
- python-multipart
6
- pillow
7
- numpy
8
- torch
9
- torchvision
10
- nafnetlib
11
- psutil