mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "ketapk-backend",
|
|
"version": "1.0.0",
|
|
"description": "Serveur Backend et API pour KétaPK Web",
|
|
"main": "server.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2"
|
|
}
|
|
} |