Files
PreMiD/package.json
Bas van Zanten a624b7a1cb feat: add more api endpoints (#1059)
* chore: worked on the api and lint

* chore: small fixes

* chore: uhm I think this sort is broken

* chore: worked on the api and lint

* chore: small fixes

* chore: uhm I think this sort is broken

* feat: heartbeat

* chore: add prettier ignore

* feat: websocket

* chore: update tsconfig

* chore: lint

* chore: dont require unused fields

* chore: use djs rest

* fix: websocket

* chore: v5

* chore: fix build

---------

Co-authored-by: Florian Metz <me@timeraa.dev>
2024-08-04 00:31:03 +02:00

43 lines
1.1 KiB
JSON

{
"name": "premid",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.5.0",
"description": "Monorepo containing most of PreMiD's codebase",
"author": {
"name": "Recodive oHG",
"email": "contact@recodive.com",
"url": "https://recodive.com"
},
"license": "MPL-2.0",
"engines": {
"node": "^20.0.0"
},
"scripts": {
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "pnpm clean && tsc -b tsconfig.app.json",
"build:watch": "pnpm clean && tsc -b tsconfig.app.json -w",
"clean": "tsc -b tsconfig.app.json --clean",
"test": "vitest --run",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.11.17",
"@unocss/eslint-plugin": "^0.61.4",
"@vitest/coverage-v8": "^2.0.2",
"@vitest/ui": "^2.0.2",
"bumpp": "^9.3.0",
"eslint": "9.7.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.0.10",
"prettier": "^3.2.5",
"typescript": "^5.5.4",
"vitest": "^2.0.2"
}
}