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.

24 lines
492 B

{
"name": "fitbit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/main.js",
"start:dev": "npx nodemon -w ./src ./src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"moment": "^2.29.4",
"node-fetch": "^2.6.11"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}