mirror of
https://github.com/mariadb-corporation/dev-example-orders.git
synced 2026-01-13 20:19:30 +00:00
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "orders",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"author": "MariaDB",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mariadb": "^2.5.2"
|
|
}
|
|
}
|