weathery/package.json
2022-03-24 09:57:45 +01:00

28 lines
572 B
JSON

{
"name": "weathery",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "ts-node src/index.ts",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/better-sqlite3": "^7.4.2",
"@types/node-fetch": "^2.6.1",
"@types/uuid": "^8.3.4",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"@types/jest": "27.4.1",
"jest": "27.5.1",
"ts-jest": "27.1.3"
},
"dependencies": {
"better-sqlite3": "^7.5.0",
"fastify": "^3.27.2",
"node-fetch": "^2.6.7",
"uuid": "^8.3.2"
}
}