mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
38 lines
821 B
JSON
38 lines
821 B
JSON
{
|
|
"name": "omnia",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "git clean -xfd",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier . --write",
|
|
"format:check": "prettier . --check",
|
|
"watch": "tsc -b --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devEngines": {
|
|
"packageManager": {
|
|
"name": "pnpm",
|
|
"version": "^11.9.0",
|
|
"onFail": "download"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"better-sqlite3": "^12.11.1",
|
|
"eslint": "^10.6.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"globals": "^17.7.0",
|
|
"prettier": "^3.9.4",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.62.1",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|