43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "qwrk-laconic-core",
|
|
"version": "1.0.0",
|
|
"description": "Monorepo for Laconic frontend codebases",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"start": "turbo start",
|
|
"lint:fix": "turbo lint:fix",
|
|
"format": "turbo format",
|
|
"format:fix": "turbo format:fix",
|
|
"check-types": "turbo check-types",
|
|
"fix-types": "turbo fix-types",
|
|
"validate": "turbo lint check-types format",
|
|
"fix-all": "turbo lint:fix fix-types format:fix",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test:hooks": "lefthook run pre-commit",
|
|
"clean": "bash ./scripts/clean.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "QWRK",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/luxon": "^3.4.2",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"chalk": "5",
|
|
"lefthook": "^1.11.2",
|
|
"turbo": "^2.4.4",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"packageManager": "pnpm@10.5.1",
|
|
"engines": {
|
|
"node": ">=22.14.0"
|
|
},
|
|
"dependencies": {
|
|
"ethers": "^6.14.1",
|
|
"siwe": "^3.0.0"
|
|
}
|
|
}
|