txtdot/package.json
2024-05-12 16:24:50 +03:00

21 lines
471 B
JSON

{
"name": "root",
"private": true,
"dependencies": {},
"scripts": {
"build": "lerna run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"lerna": "^8.1.2",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0"
}
}