mirror of
https://github.com/QWRK-ORG/qwrk-laconic-core.git
synced 2026-05-31 17:24:17 +00:00
26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"name": "qwrk-laconic-core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"lint:fix": "biome lint --write",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.5.1",
|
|
"devDependencies": {
|
|
"turbo": "^2.4.4",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"@biomejs/biome": "^1.9.4",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
|
|
|
|
}
|