qwrk-laconic-core/package.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"
}
}