assetflow/package.json
grey 18a4393765 building a foundation and breaking prisma
Co-authored-by: Spacelord <Spacelord09@users.noreply.github.com>
2023-04-30 22:04:13 +02:00

39 lines
867 B
JSON

{
"name": "assetflow",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"assets",
"inventory",
"storage"
],
"author": "[Project-Name-Here]",
"license": "GPL-3.0",
"dependencies": {
"@prisma/client": "^4.13.0",
"bootstrap": "^5.3.0-alpha3",
"bootstrap-icons": "^1.10.5",
"eta": "^2.0.1",
"express": "^4.18.2",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"prisma": "^4.13.0",
"signale": "^1.4.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.194",
"@types/signale": "^1.4.4",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"typescript": "^5.0.4"
}
}