dow/server/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-06-02 15:40:04 +02:00
{
"name": "watches-server",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
"start": "cross-env NODE_ENV=production ts-node src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/local-auth": "2.1.0",
"@types/luxon": "^3.4.2",
"cross-env": "^7.0.3",
"csvtojson": "^2.0.10",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"googleapis": "105",
"json5": "^2.1.3",
"luxon": "^3.4.4",
"node-fetch": "^2.6.1",
"sunrise-sunset-js": "^2.2.1",
"systeminformation": "^5.7.13",
"ts-node": "^9.1.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/json5": "0.0.30",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nodemon": "^2.0.7",
"prettier": "^3.2.5"
}
}