This commit is contained in:
2022-10-02 15:08:14 +02:00
parent 4258755f0a
commit ab68e303a3
11 changed files with 711 additions and 750 deletions

View File

@@ -6,24 +6,24 @@
"scripts": {
"build": "rimraf ./build && tsc",
"start": "npm run build && node build/index.js",
"start:dev": "nodemon"
"dev": "nodemon"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.7.18",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.19",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"dependencies": {
"dotenv": "^16.0.3",
"excel-date-to-js": "^1.1.5",
"kuzzle-sdk": "^7.10.1",
"pocketbase": "^0.7.0",
"read-excel-file": "^5.5.0",
"surrealdb.js": "^0.3.1",
"neo4j-driver": "^5.0.1",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
}
}