proski_neki/package.json

26 lines
689 B
JSON

{
"name": "prometko-api",
"version": "0.0.1",
"description": "API which contains all the API procedures used in the extended Prometko and MestniPromet project",
"main": "index.js",
"scripts": {
"test": "exit 0",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vekejsn/prometko-api.git"
},
"author": "vekejsn <nedzad@beus.cc>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vekejsn/prometko-api/issues"
},
"homepage": "https://github.com/vekejsn/prometko-api#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"node-fetch": "2.6.1"
}
}