32 lines
753 B
JSON
32 lines
753 B
JSON
{
|
|
"name": "openpose_api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "mattmcw",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/express": "^4.17.21",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^22.7.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.18.2",
|
|
"lodash": "^4.17.21",
|
|
"mime": "^4.0.4",
|
|
"multer": "^1.4.5-lts.1",
|
|
"triple-beam": "^1.4.1",
|
|
"uuid": "^10.0.0",
|
|
"winston": "^3.15.0"
|
|
}
|
|
}
|