You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
583 B

{
"name": "practice-tracker-api-node",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://gitea.artisan.al/mahuntington/practice-tracker-api-node.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^5.2.1",
"mysql-await": "^2.2.3"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}