stihirus-reader / package.json
opex792's picture
Create package.json
e8cbc53 verified
raw
history blame contribute delete
457 Bytes
{
"name": "stihirus-api-space",
"version": "1.0.0",
"description": "API wrapper for stihirus-reader on Hugging Face Spaces",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2",
"stihirus-reader": "^1.2.0",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"author": "OpexDevelop",
"license": "MIT"
}