30 lines
690 B
JSON
30 lines
690 B
JSON
{
|
|
"name": "yolo_web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "./node_modules/.bin/tsc --project tsconfig.json",
|
|
"start": "node dist"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/mime": "^3.0.1",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/sqlite3": "^3.1.8",
|
|
"@types/uuid": "^9.0.2",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.18.2",
|
|
"mime": "^3.0.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"sqlite3": "^5.1.6",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|