txtdot/package.json

21 lines
470 B
JSON
Raw Normal View History

2023-08-13 20:38:33 +03:00
{
2024-05-12 16:24:50 +03:00
"name": "root",
2023-08-13 21:39:23 +03:00
"private": true,
2024-05-12 16:24:50 +03:00
"dependencies": {},
"scripts": {
"build": "lerna run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
2023-08-13 20:38:33 +03:00
},
"devDependencies": {
2024-05-12 16:24:50 +03:00
"lerna": "^8.1.2",
"eslint": "^9.7.0",
"prettier": "^3.1.1",
"tsc-watch": "^6.2.0",
2024-05-12 16:24:50 +03:00
"typescript": "^5.4.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0"
}
2023-08-13 20:38:33 +03:00
}