dynamic-content-delivery-api/package.json
2024-03-10 13:38:06 +01:00

35 lines
809 B
JSON

{
"name": "dynamic-content-delivery-api",
"version": "1.0.0",
"description": "API template for HTML page that provides data to the user based on the given ID. ",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sadorowo/dynamic-content-delivery-api.git"
},
"keywords": [
"dcd",
"api",
"dynamic",
"content",
"delivery",
"node",
"nodejs",
"npm",
"util"
],
"author": "Sador <sadorowo@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sadorowo/dynamic-content-delivery-api/issues"
},
"homepage": "https://github.com/sadorowo/dynamic-content-delivery-api#readme",
"dependencies": {
"@fastify/cors": "^9.0.1",
"fastify": "^4.26.2"
}
}