Remove unnecessary description and whitespace from nexumi.mdc file
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "nexumi",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Nexumi monorepo",
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "turbo lint",
|
||||
"test": "turbo test",
|
||||
"typecheck": "turbo typecheck",
|
||||
"prisma:generate": "pnpm --filter @nexumi/bot prisma:generate",
|
||||
"prisma:migrate": "pnpm --filter @nexumi/bot prisma:migrate"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
||||
"@typescript-eslint/parser": "^8.18.2",
|
||||
"eslint": "^9.16.0",
|
||||
"prettier": "^3.4.1",
|
||||
"turbo": "^2.3.3",
|
||||
"typescript": "^5.7.2",
|
||||
"vitest": "^2.1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user