dots/package.json
renovate[bot] a1b19c7864
CI(deps): Update linters to v9.19.0 (#60)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 18:55:34 +00:00

25 lines
605 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"devDependencies": {
"@eslint/js": "9.19.0",
"@revi/eslint-config": "0.0.22",
"@revi/prettier-config": "0.2.4",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"jshint": "2.13.6",
"prettier": "3.4.2"
},
"prettier": "@revi/prettier-config",
"name": "@revi/dots",
"private": true,
"license": "Apache-2.0",
"author": {
"name": "Yongmin Hong",
"url": "https://revi.xyz",
"email": "revi@omglol.email"
},
"scripts": {
"p:c": "prettier --check",
"p:w": "prettier --write"
}
}